summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-08-14Prepare for 1.1.0i releaseOpenSSL_1_1_0iMatt Caswell
2018-08-14Update copyright yearMatt Caswell
2018-08-14Updates to CHANGES and NEWS for the new releaseMatt Caswell
2018-08-13crypto/o_fopen.c: alias fopen to fopen64.Andy Polyakov
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-10x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.Andy Polyakov
2018-08-10x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov
2018-08-07Increase CT_NUMBER valuesRich Salz
2018-08-07Fix setting of ssl_strings_inited.Rich Salz
2018-08-07Check early that the config target exists and isn't a templateRichard Levitte
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte
2018-08-06Fix uninitialized value $s warning in windows static buildsBernd Edlinger
2018-08-06Avoid errors when loading a cert multiple times.Pauli
2018-08-03Use auto-null-initializerRich Salz
2018-08-03asn1/tasn_utl.c: fix logical error in asn1_do_lock.Andy Polyakov
2018-08-03Revert "asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock."Andy Polyakov
2018-08-01asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.Andy Polyakov
2018-07-31Check return from BN_subPauli
2018-07-31Check conversion return in ASN1_INTEGER_print_bio.Pauli
2018-07-29Remove DSA digest length checks when no digest is passedBryan Donlan
2018-07-29crypto/init.c: use destructor_key even as guard in OPENSSL_thread_stop.Andy Polyakov
2018-07-29crypto/cryptlib.c: make OPENSS_cpuid_setup safe to use as constructor.Andy Polyakov
2018-07-27CHANGES: mention blinding reverting in ECDSA.Andy Polyakov
2018-07-27bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.Andy Polyakov
2018-07-27ec/ecdsa_ossl.c: switch to fixed-length Montgomery multiplication.Andy Polyakov
2018-07-27ec/ecdsa_ossl.c: formatting and readability fixes.Andy Polyakov
2018-07-27ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov
2018-07-26bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov
2018-07-26bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov
2018-07-26Fix inconsistent use of bit vs bitsKurt Roeckx
2018-07-26Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx
2018-07-26Change the number of Miller-Rabin test for DSA generation to 64Kurt Roeckx
2018-07-25Check for failures, to avoid memory leakRich Salz
2018-07-25crypto/cryptlib.c: resolve possible race in OPENSSL_isservice.Andy Polyakov
2018-07-25apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.Andy Polyakov
2018-07-24Configure death handler: instead of printing directly, amend the messageRichard Levitte
2018-07-24Configure death handler: remember to call original death handlerRichard Levitte
2018-07-24Configure death handler: bail out early when run in eval blockRichard Levitte
2018-07-24Configure: print generic advice when dyingRichard Levitte
2018-07-22ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.Andy Polyakov
2018-07-22ec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.Andy Polyakov
2018-07-22bn/bn_intern.c: const-ify bn_set_{static}_words.Andy Polyakov
2018-07-22apps/dsaparam.c: fix -C output.Andy Polyakov
2018-07-22Configure: Display error/warning on deprecated/unsupported options after loopRichard Levitte
2018-07-22PKCS12: change safeContentsBag from a SET OF to a SEQUENCE OFRichard Levitte
2018-07-18bn/bn_lib.c address Coverity nit in bn2binpad.Andy Polyakov
2018-07-14rsa/*: switch to BN_bn2binpad.Andy Polyakov
2018-07-14bn/bn_lib.c: make BN_bn2binpad computationally constant-time.Andy Polyakov
2018-07-13Documentation typo fix in BN_bn2bin.podAlexandre Perrin
2018-07-12bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov