- Jun 18, 2013
-
-
Andy Polyakov authored
PR: 3074
-
- Jun 13, 2013
-
-
Adam Langley authored
This change adds the option to calculate (EC)DSA nonces by hashing the message and private key along with entropy to avoid leaking the private key if the PRNG fails.
-
Adam Langley authored
in order to prevent ssl3_get_record from never returning. Reported by "oftc_must_be_destroyed" and George Kadianakis.
-
Adam Langley authored
-
Adam Langley authored
that bad encryptions are treated like random session keys in constant time.
-
Ben Laurie authored
-
- Jun 12, 2013
-
-
Matt Caswell authored
PR#3071 The primary changes made are: - Updates to the "NAME" section of many pages to correctly reflect the functions defined on those pages. This section is automatically parsed by the util/extract-names.pl script, so if it is not correct then running "man" will not correctly locate the right manual pages. - Updates to take account of where functions are now deprecated - Full documentation of the ec sub-library - A number of other typo corrections and other minor tweaks
-
Dr. Stephen Henson authored
Extend OAEP support. Generalise the OAEP padding functions to support arbitrary digests. Extend EVP_PKEY RSA method to handle the new OAEP padding functions and add ctrls to set the additional parameters.
-
Dr. Stephen Henson authored
-
Trevor authored
Contributed by Trevor Perrin.
-
Ben Laurie authored
-
- Jun 10, 2013
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Jun 05, 2013
-
-
Dr. Stephen Henson authored
Fix PSS signature printing: consistently use 0x prefix for hex values for padding length and trailer fields.
-
Dr. Stephen Henson authored
-
- Jun 04, 2013
-
-
Adam Langley authored
requested size. Fixes OpenSSL #2701. This change does not address the cases of generating safe primes, or where the |add| parameter is non-NULL. Conflicts: crypto/bn/bn.h crypto/bn/bn_err.c
-
Adam Langley authored
-
Adam Langley authored
eliminating them as dead code. Both volatile and "memory" are used because of some concern that the compiler may still cache values across the asm block without it, and because this was such a painful debugging session that I wanted to ensure that it's never repeated.
-
Ben Laurie authored
-
Ben Laurie authored
-
- Jun 01, 2013
-
-
Andy Polyakov authored
-
- May 25, 2013
-
-
Andy Polyakov authored
PR: 3042
-
Andy Polyakov authored
-
Andy Polyakov authored
(and pending AVX2 changes).
-
Andy Polyakov authored
-
- May 13, 2013
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- May 05, 2013
-
-
Ben Laurie authored
-
Ben Laurie authored
-
- May 02, 2013
-
-
Dr. Stephen Henson authored
Reencode certificates in X509_sign_ctx as well as X509_sign. This was causing a problem in the x509 application when it modified an existing certificate.
-
- Apr 23, 2013
-
-
Andy Polyakov authored
Submitted by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Contributor claims ~50% improvement in CTR and ~9% in CBC decrypt on Cortex-A15.
-
Andy Polyakov authored
-
- Apr 14, 2013
-
-
Dr. Stephen Henson authored
-
- Apr 13, 2013
-
-
Andy Polyakov authored
-