- Jul 01, 2014
-
-
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
-
ZNV authored
PR#3272
-
Oscar Jacobsson authored
PR#3412
-
Ben Laurie authored
-
Rich Salz authored
-
Rich Salz authored
-
Dr. Stephen Henson authored
PR#2531
-
Ken Ballou authored
PR#3173
-
Dr. Stephen Henson authored
If CSR verify fails in ca utility print out error messages. Otherwise some errors give misleading output: for example if the key size exceeds the library limit. PR#2875
-
Dr. Stephen Henson authored
-
- Jun 28, 2014
-
-
Dr. Stephen Henson authored
Update protocols supported and note that SSLv2 is effectively disabled by default. PR#3184
-
Dr. Stephen Henson authored
Tolerate BER length encoding which may include leading zeroes. PR#2746
-
Andy Polyakov authored
-
Dr. Stephen Henson authored
PR#3107
-
- Jun 27, 2014
-
-
Dr. Stephen Henson authored
Some state strings were erronously not compiled when no-ssl2 was set. PR#3295
-
yogesh nagarkar authored
PR#3141
-
Andreas Westfeld authored
-
Ken Ballou authored
PR#3174
-
Dr. Stephen Henson authored
In EVP_PBE_alg_add don't use the underlying NID for the cipher as it may have a non-standard key size. PR#3206
-
Andy Polyakov authored
-
Rich Salz authored
-
Dr. Stephen Henson authored
PR#3014
-
PK authored
PR#2800
-
Tom Greenslade authored
PR#2783
-
Tomas Mraz authored
PR#3374
-
Jeffrey Walton authored
Document that the certificate passed to SSL_CTX_add_extra_chain_cert() should not be freed by the application. PR#3409
-
Dr. Stephen Henson authored
-