summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2p releaseOpenSSL_1_0_2pMatt Caswell2018-08-144-6/+6
* make updateMatt Caswell2018-08-145-33/+51
* i2d_ASN1_BOOLEAN(): correct error moduleRichard Levitte2018-08-143-1/+3
* Update copyright yearMatt Caswell2018-08-1438-38/+38
* Updates to CHANGES and NEWS for the new releaseMatt Caswell2018-08-142-1/+26
* i2d_ASN1_BOOLEAN(): allocate memory if the user didn't provide a bufferRichard Levitte2018-08-141-5/+19
* i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte2018-08-113-5/+18
* rsa/*: switch to BN_bn2binpad.Andy Polyakov2018-08-104-60/+88
* bn/bn_lib.c address Coverity nit in bn2binpad.Andy Polyakov2018-08-101-12/+11
* bn/bn_lib.c: add computationally constant-time bn_bn2binpad.Andy Polyakov2018-08-102-0/+38
* Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte2018-08-072-0/+17
* CHANGES: mention blinding reverting in ECDSA.Andy Polyakov2018-08-011-0/+4
* ecdsa/ecs_ossl.c: switch to fixed-length Montgomery multiplication.Andy Polyakov2018-08-011-8/+22
* Fix BN_gcd errors for some curvesBilly Brumley2018-08-011-2/+6
* bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.Andy Polyakov2018-08-011-0/+1
* ecdsa/ecs_ossl.c: revert blinding in ECDSA signature.Andy Polyakov2018-08-013-73/+77
* bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov2018-08-015-34/+74
* bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov2018-08-014-12/+25
* bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov2018-08-011-6/+5
* bn/bn_lib.c: remove bn_check_top from bn_expand2.Andy Polyakov2018-08-011-5/+0
* Fix inconsistent use of bit vs bitsKurt Roeckx2018-07-261-2/+2
* Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx2018-07-263-19/+87
* Change the number of Miller-Rabin test for DSA generation to 64Kurt Roeckx2018-07-262-3/+8
* Check for failures, to avoid memory leakRich Salz2018-07-251-10/+10
* ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.Andy Polyakov2018-07-231-7/+16
* PKCS12: change safeContentsBag from a SET OF to a SEQUENCE OFRichard Levitte2018-07-221-1/+1
* Documentation typo fix in BN_bn2bin.podAlexandre Perrin2018-07-131-2/+2
* Don't create an invalid CertificateRequestMatt Caswell2018-07-033-0/+18
* Zero-fill IV by default.Rich Salz2018-06-281-0/+1
* Fix some more gcc-9 warnings [-Wstringop-truncation]Bernd Edlinger2018-06-252-7/+8
* Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger2018-06-241-1/+1
* Improve the example getpass() implementation to show an error returnNick Mathewson2018-06-211-6/+5
* doc/crypto/pem.pod: modernise the example codeRichard Levitte2018-06-211-49/+43
* Update documentation for PEM callback: error is now -1.Nick Mathewson2018-06-211-1/+1
* Add blinding to a DSA signatureMatt Caswell2018-06-213-30/+61
* Fix no-ssl3-method in 1.0.2Matt Caswell2018-06-191-7/+11
* sha/asm/sha{1|256}-586.pl: harmonize clang version detection.Andy Polyakov2018-06-182-2/+2
* bn/asm/rsaz-avx2.pl: harmonize clang version detection.Andy Polyakov2018-06-181-1/+1
* Warn against nonce reuse in DSA_sign_setup() docNicola Tuveri2018-06-182-2/+6
* Add blinding to an ECDSA signatureMatt Caswell2018-06-133-16/+79
* Reject excessively large primes in DH key generation.Guido Vranken2018-06-121-1/+6
* bn/asm/sparcv9-mont.pl: iron another glitch in squaring code path.Andy Polyakov2018-06-091-0/+3
* Document failure return of ECDSA_SIG_newKen Goldman2018-06-021-0/+2
* ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 methodRichard Levitte2018-05-311-1/+1
* apps: when the 'compat' nameopt has been set, leave it beRichard Levitte2018-05-311-1/+2
* The result of a ^ 0 mod -1 is 0 not 1Matt Caswell2018-05-291-11/+11
* Fix a bogus warning about an uninitialised varMatt Caswell2018-05-231-1/+1
* Fix undefined behaviour in X509_NAME_cmp()Matt Caswell2018-05-211-1/+1
* util/domd: harmonize with compiler detection in Configure.Andy Polyakov2018-05-181-7/+10
* Make BN_GF2m_mod_arr more constant timeMatt Caswell2018-05-171-15/+17