- Jul 05, 2014
-
-
Ben Laurie authored
-
Dr. Stephen Henson authored
PR#319 (reoponed version).
-
- Jul 04, 2014
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
(cherry picked from commit 2cfbec1c)
-
Dr. Stephen Henson authored
Remove RFC5878 code. It is no longer needed for CT and has numerous bugs
-
- Jul 03, 2014
- Jul 02, 2014
-
-
Andy Polyakov authored
PR: #3390
-
Andy Polyakov authored
PR: #3397
-
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
-
Thijs Alkemade authored
-
- Jul 01, 2014
-
-
Dr. Stephen Henson authored
Primitive encodings shouldn't use indefinite length constructed form. PR#2438 (partial).
-
Libor Krystek authored
PR#2706 though patch is from PR#3366.
-
Ben Laurie authored
(cherry picked from commit 2db3ea29298bdc347f15fbfab6d5746022f05101) Conflicts: ssl/t1_lib.c
-
Rich Salz authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Rich Salz authored
-
Rich Salz authored
-
Rich Salz authored
-
Rich Salz authored
-
Rich Salz authored
-
Rich Salz authored
-
Rich Salz authored
-
Andy Polyakov authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
(cherry picked from commit c97ec5631bb08a2171a125008d2f0d2a75687aaa)
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Test EVP_CIPHER_CTX_copy in evp_test. This will catch any problems with copying in underlying ciphers.
-
- Jun 30, 2014
-
-
Ben Laurie authored
-
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.
-
- Jun 29, 2014
-
-
Dr. Stephen Henson authored
We can't unfortunately print the CMAC cipher used without extending the API. PR#2579
-
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.
-
Ben Laurie authored
-