Prepare for 1.0.2v-dev
[openssl.git] / crypto /
2019-12-20 Matt CaswellPrepare for 1.0.2v-dev OpenSSL_1_0_2-stable
2019-12-20 Matt CaswellPrepare for 1.0.2u release OpenSSL_1_0_2u
2019-12-20 Matt CaswellUpdate copyright year
2019-12-04 Bernd EdlingerImprove the overflow handling in rsaz_512_sqr
2019-12-04 Andy PolyakovFix an overflow bug in rsaz_512_sqr
2019-10-16 Cesar Pereida Garcia[crypto/asn1/x_bignum.c] Explicit test against NULL
2019-10-15 Nicola Tuveri[ec_asn1.c] Avoid injecting seed when built-in matches
2019-09-13 Bernd EdlingerFix no-asm build in windows
2019-09-10 Matt CaswellPrepare for 1.0.2u-dev
2019-09-10 Matt CaswellPrepare for 1.0.2t release OpenSSL_1_0_2t
2019-09-10 Matt Caswellmake update
2019-09-10 Matt CaswellUpdate copyright year
2019-09-10 Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2019-09-09 Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-09 Billy Brumley[crypto/ec] for ECC parameters with NULL or zero cofact...
2019-09-09 Cesar Pereida Garcia[crypto/rsa] Fix multiple SCA vulnerabilities during...
2019-09-06 Nicola Tuveri[ec/ecp_nistp*.c] restyle: use {} around `else` too
2019-09-06 Nicola Tuveri[ec/ecp_nistp*.c] remove flip_endian()
2019-09-06 Nicola TuveriUniform bn_bn2binpad() and bn_bn2lebinpad() implementations
2019-09-06 Nicola TuveriMake BN_num_bits() consttime upon BN_FLG_CONSTTIME
2019-09-06 Nicola TuveriFix a SCA leak using BN_bn2bin()
2019-08-27 Cesar Pereida GarciaFix SCA vulnerability when using PVK and MSBLOB key...
2019-08-16 Bernd EdlingerFix error handling in X509_chain_up_ref
2019-07-19 Bernd EdlingerAdd value_barriers in constant time select functions
2019-06-11 Bernd EdlingerFix a warning about missing prototype on arm
2019-06-11 Bernd EdlingerFix building linux-armv4 with --strict-warnings
2019-06-07 Acheev BhagatReplace BIO_printf with ASN1_STRING_print in GENERAL_NA...
2019-05-28 Richard LevittePrepare for 1.0.2t-dev
2019-05-28 Richard LevittePrepare for 1.0.2s release OpenSSL_1_0_2s
2019-05-28 Richard LevitteUpdate copyright year
2019-05-21 Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
2019-04-25 Emilia KasperRT 4242: reject invalid EC point coordinates
2019-03-30 Shane Lontisfixed public range check in ec_GF2m_simple_oct2point
2019-03-22 Bernd EdlingerModify the RSA_private_decrypt functions to check the...
2019-03-22 Bernd EdlingerMake err_clear_constant_time really constant time
2019-03-18 Bernd EdlingerClear the point S before freeing in ec_mul_consttime
2019-03-17 Bernd EdlingerClear the secret point in ecdh_compute_key
2019-03-07 Bernd EdlingerFix memory overrun in rsa padding check functions
2019-03-07 Matt CaswellAvoid an underflow in ecp_nistp521.c
2019-02-26 Matt CaswellPrepare for 1.0.2s-dev
2019-02-26 Matt CaswellPrepare for 1.0.2r release OpenSSL_1_0_2r
2019-02-26 Matt CaswellUpdate copyright year
2019-02-25 Matt CaswellEnsure bn_cmp_words can handle the case where n == 0
2019-02-20 Nicola TuveriClear BN_FLG_CONSTTIME on BN_CTX_get()
2019-02-20 Nicola TuveriTest for constant-time flag leakage in BN_CTX
2019-02-15 Corinna Vinschencygwin: drop explicit O_TEXT
2019-01-15 Richard Levittetest/evp_test.c: use EVP_DecryptUpdate when decrypting...
2019-01-15 Richard Levittemake update
2019-01-15 Richard LevittePrevent calling decryption in an encryption context...
2019-01-03 Matt Caswellmake update
2018-12-07 Richard LevitteMake EVP_PKEY_asn1_add0() stricter about its input
2018-12-06 Andy Polyakovrsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant...
2018-12-06 Andy Polyakovrsa/rsa_oaep.c: remove memcpy calls from RSA_padding_ch...
2018-12-06 Andy Polyakovrsa/rsa_pk1.c: remove memcpy calls from RSA_padding_che...
2018-12-06 Andy Polyakovrsa/rsa_eay.c: make RSAerr call in rsa_ossl_private_dec...
2018-12-06 Andy Polyakoverr/err.c: add err_clear_last_constant_time.
2018-11-24 David WoodhouseStop marking default digest for EC keys as mandatory
2018-11-23 Andy Polyakovrsa/rsa_eay.c: cache MONT_CTX for public modulus earlier.
2018-11-20 Matt CaswellPrepare for 1.0.2r-dev
2018-11-20 Matt CaswellPrepare for 1.0.2q release OpenSSL_1_0_2q
2018-11-20 Matt Caswellmake update
2018-11-20 Matt CaswellUpdate copyright year
2018-11-20 Richard LevitteVMS: ensure crypto/getenv.c is included in the build
2018-11-14 Vitezslav CizekDSA: Check for sanity of input parameters
2018-11-12 Billy BrumleyCVE-2018-5407 fix: ECC ladder
2018-11-01 PauliAdd a constant time flag to one of the bignums to avoid...
2018-10-29 PauliMerge to 1.0.2: DSA mod inverse fix.
2018-10-28 PauliMerge DSA reallocation timing fix CVE-2018-0734.
2018-10-18 Dr. Matthias St... md_rand.c: don't stop polling until properly initialized
2018-10-18 Viktor DukhovniApply self-imposed path length also to root CAs
2018-10-18 Viktor DukhovniOnly CA certificates can be self-issued
2018-10-12 Andy Polyakovrsa/rsa_ossl.c: fix and extend commentary [skip ci].
2018-10-02 Nicola TuveriAccess `group->mont_data` conditionally in EC_GROUP_set...
2018-09-26 PauliMerge 1.0.2 setuid calls to getenv(3) safety.
2018-09-26 Manikantan SubramanianUse gethostbyname_r if available
2018-09-21 Richard Levittecrypto/bn/asm/x86_64-gcc.c: remove unnecessary redefini...
2018-09-20 Dr. Matthias St... drbg_get_entropy: force a reseed before calling ssleay_...
2018-09-20 Richard Levittecrypto/ui/ui_openssl.c: make sure to recognise ENXIO...
2018-09-10 Matt CaswellCheck the return value from ASN1_INTEGER_set
2018-09-03 PauliCheck the return from BN_sub() in BN_X931_generate_Xpq().
2018-09-02 Eric BrownRemove redundant ASN1_INTEGER_set call
2018-08-28 Andy Polyakovbn/bn_lib.c: conceal even memmory access pattern in...
2018-08-28 Andy Polyakovbn/bn_blind.c: use Montgomery multiplication when possible.
2018-08-28 Andy Polyakovrsa/rsa_eay.c: implement variant of "Smooth CRT-RSA."
2018-08-28 Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-08-17 Andy Polyakovx509v3/v3_purp.c: resolve Thread Sanitizer nit.
2018-08-14 Matt CaswellPrepare for 1.0.2q-dev
2018-08-14 Matt CaswellPrepare for 1.0.2p release OpenSSL_1_0_2p
2018-08-14 Matt Caswellmake update
2018-08-14 Richard Levittei2d_ASN1_BOOLEAN(): correct error module
2018-08-14 Matt CaswellUpdate copyright year
2018-08-14 Richard Levittei2d_ASN1_BOOLEAN(): allocate memory if the user didn...
2018-08-11 Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-10 Andy Polyakovrsa/*: switch to BN_bn2binpad.
2018-08-10 Andy Polyakovbn/bn_lib.c address Coverity nit in bn2binpad.
2018-08-10 Andy Polyakovbn/bn_lib.c: add computationally constant-time bn_bn2bi...
2018-08-07 Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-01 Andy Polyakovecdsa/ecs_ossl.c: switch to fixed-length Montgomery...
2018-08-01 Billy BrumleyFix BN_gcd errors for some curves
2018-08-01 Andy Polyakovbn/bn_mod.c: harmonize BN_mod_add_quick with original...
next