summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.0i releaseOpenSSL_1_1_0iMatt Caswell2018-08-144-6/+6
* Update copyright yearMatt Caswell2018-08-14190-191/+191
* Updates to CHANGES and NEWS for the new releaseMatt Caswell2018-08-142-1/+26
* crypto/o_fopen.c: alias fopen to fopen64.Andy Polyakov2018-08-131-0/+18
* i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte2018-08-113-5/+18
* x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.Andy Polyakov2018-08-102-0/+11
* x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov2018-08-101-4/+0
* Increase CT_NUMBER valuesRich Salz2018-08-072-3/+15
* Fix setting of ssl_strings_inited.Rich Salz2018-08-071-1/+1
* Check early that the config target exists and isn't a templateRichard Levitte2018-08-071-2/+3
* Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte2018-08-072-0/+17
* Fix uninitialized value $s warning in windows static buildsBernd Edlinger2018-08-061-2/+2
* Avoid errors when loading a cert multiple times.Pauli2018-08-064-39/+118
* Use auto-null-initializerRich Salz2018-08-031-4/+1
* asn1/tasn_utl.c: fix logical error in asn1_do_lock.Andy Polyakov2018-08-031-1/+1
* Revert "asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock."Andy Polyakov2018-08-031-23/+12
* asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.Andy Polyakov2018-08-011-12/+23
* Check return from BN_subPauli2018-07-311-1/+2
* Check conversion return in ASN1_INTEGER_print_bio.Pauli2018-07-311-3/+2
* Remove DSA digest length checks when no digest is passedBryan Donlan2018-07-291-14/+4
* crypto/init.c: use destructor_key even as guard in OPENSSL_thread_stop.Andy Polyakov2018-07-291-19/+35
* crypto/cryptlib.c: make OPENSS_cpuid_setup safe to use as constructor.Andy Polyakov2018-07-291-17/+87
* CHANGES: mention blinding reverting in ECDSA.Andy Polyakov2018-07-271-0/+4
* bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.Andy Polyakov2018-07-271-0/+1
* ec/ecdsa_ossl.c: switch to fixed-length Montgomery multiplication.Andy Polyakov2018-07-271-9/+21
* ec/ecdsa_ossl.c: formatting and readability fixes.Andy Polyakov2018-07-271-30/+18
* ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov2018-07-273-69/+69
* bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov2018-07-264-33/+73
* bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov2018-07-264-15/+29
* 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-252-9/+9
* crypto/cryptlib.c: resolve possible race in OPENSSL_isservice.Andy Polyakov2018-07-251-2/+6
* apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.Andy Polyakov2018-07-251-1/+1
* Configure death handler: instead of printing directly, amend the messageRichard Levitte2018-07-241-3/+6
* Configure death handler: remember to call original death handlerRichard Levitte2018-07-241-0/+1
* Configure death handler: bail out early when run in eval blockRichard Levitte2018-07-241-0/+1
* Configure: print generic advice when dyingRichard Levitte2018-07-242-2/+20
* ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.Andy Polyakov2018-07-221-22/+6
* ec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.Andy Polyakov2018-07-224-17/+17
* bn/bn_intern.c: const-ify bn_set_{static}_words.Andy Polyakov2018-07-222-5/+9
* apps/dsaparam.c: fix -C output.Andy Polyakov2018-07-221-12/+15
* Configure: Display error/warning on deprecated/unsupported options after loopRichard Levitte2018-07-221-13/+13
* PKCS12: change safeContentsBag from a SET OF to a SEQUENCE OFRichard Levitte2018-07-221-1/+1
* bn/bn_lib.c address Coverity nit in bn2binpad.Andy Polyakov2018-07-181-12/+11
* rsa/*: switch to BN_bn2binpad.Andy Polyakov2018-07-144-59/+64
* bn/bn_lib.c: make BN_bn2binpad computationally constant-time.Andy Polyakov2018-07-141-8/+15
* Documentation typo fix in BN_bn2bin.podAlexandre Perrin2018-07-131-2/+2
* bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov2018-07-121-6/+5