- Jul 07, 2014
-
-
David Lloyd authored
PR#2985 (cherry picked from commit 9d23f422)
-
Viktor Dukhovni authored
Based on feedback from Jeffrey Walton. (cherry picked from commit b73ac027)
-
Viktor Dukhovni authored
Reduces number of silly casts in OpenSSL code and likely most applications. Consistent with (char *) for "peername" value from X509_check_host() and X509_VERIFY_PARAM_get0_peername(). (cherry picked from commit 297c67fc)
-
Viktor Dukhovni authored
Pass address of X509_VERIFY_PARAM_ID peername to X509_check_host(). Document modified interface. (cherry picked from commit ced3d915)
-
Viktor Dukhovni authored
Declaration, memory management, accessor and documentation. (cherry picked from commit 6e661d45)
-
Viktor Dukhovni authored
(cherry picked from commit eef1827f)
-
Viktor Dukhovni authored
(cherry picked from commit 90b70a6a)
-
Viktor Dukhovni authored
Implemented as STACK_OF(OPENSSL_STRING). (cherry picked from commit 8abffa4a)
-
Viktor Dukhovni authored
(cherry picked from commit 66d884f0)
-
- Jul 06, 2014
-
-
Dr. Stephen Henson authored
(cherry picked from commit ee724df7)
-
Dr. Stephen Henson authored
(cherry picked from commit cba3f1c7)
-
Dr. Stephen Henson authored
(cherry picked from commit a44f219c)
-
Dr. Stephen Henson authored
(cherry picked from commit a23a6e85)
-
- Jul 05, 2014
-
-
Dr. Stephen Henson authored
PR#2277 (cherry picked from commit 733a6c882e92f8221bd03a51643bb47f5f81bb81)
-
Jeffrey Walton authored
-
Matt Caswell authored
(cherry picked from commit 07255f0a76d9d349d915e14f969b9ff2ee0d1953)
-
Andy Polyakov authored
PR: #3431 (cherry picked from commit 7eb9680a)
-
Andy Polyakov authored
(cherry picked from commit 0e7a32b5)
-
Andy Polyakov authored
(cherry picked from commit 375a64e3)
-
Alan Hryngle authored
PR#3418. (cherry picked from commit fdea4fff)
-
Dr. Stephen Henson authored
PR#319 (reoponed version). (cherry picked from commit 7f6e9578)
-
- Jul 04, 2014
-
-
Dr. Stephen Henson authored
(cherry picked from commit 55707a36)
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Remove RFC5878 code. It is no longer needed for CT and has numerous bugs.
-
- Jul 03, 2014
-
-
Rich Salz authored
-
- Jul 02, 2014
-
-
Andy Polyakov authored
PR: #3390 (cherry picked from commit aab3560b)
-
Andy Polyakov authored
PR: #3397 (cherry picked from commit eca441b2)
-
Matt Smart authored
ERR_get_error(3) references the non-existent ERR_get_last_error_line_data instead of the one that does exist, ERR_peek_last_error_line_data. PR#3283 (cherry picked from commit 5cc99c6c)
-
Thijs Alkemade authored
(cherry picked from commit 7cb472bd)
-
- Jul 01, 2014
-
-
Dr. Stephen Henson authored
Primitive encodings shouldn't use indefinite length constructed form. PR#2438 (partial). (cherry picked from commit 398e99fe)
-
Dr. Stephen Henson authored
(cherry picked from commit 387b844f)
-
Ben Laurie authored
(cherry picked from commit 2db3ea29) Conflicts: ssl/ssl_locl.h ssl/t1_lib.c
-
Andy Polyakov authored
(cherry picked from commit 29be3f64)
-
- Jun 30, 2014
-
-
Dr. Stephen Henson authored
Internal pointers in CCM, GCM and XTS contexts should either be NULL or set to point to the appropriate key schedule. This needs to be adjusted when copying contexts. (cherry picked from commit c2fd5d79)
-
Dr. Stephen Henson authored
-
- Jun 29, 2014
-
-
Dr. Stephen Henson authored
We can't unfortunately print the CMAC cipher used without extending the API. PR#2579 (cherry picked from commit 79e31a2842e10271581cbfdaae0145dd4bd35107)
-
Dr. Stephen Henson authored
Add patch originally accidentally omitted to allow CMAC to work with EVP_PKEY APIs.
-
Jeffrey Walton authored
IN parameter. Under the old docs, the only thing stated was "at most EVP_PKEY_size(pkey) bytes will be written". It was kind of misleading since it appears EVP_PKEY_size(pkey) WILL be written regardless of the signature's buffer size. (cherry picked from commit 6e6ba36d)
-