oweals/openssl.git
2019-09-10 Matt CaswellPrepare for 1.1.0l release OpenSSL_1_1_0l
2019-09-10 Matt CaswellUpdate copyright year
2019-09-10 Matt CaswellRemove duplicate CHANGES entry (1.1.0)
2019-09-10 Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2019-09-10 Matt CaswellUpdate CHANGES and NEWS for the new release
2019-09-09 Bernd EdlingerUse BN_clear_free in DH_set0_key
2019-09-09 Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-07 Dr. Matthias... Configure: clang: add -Wno-unknown-warning-option
2019-09-07 Billy Brumley[test/recipes/30-test_evp_data] computing ECC cofactors...
2019-09-07 Billy Brumley[crypto/ec] for ECC parameters with NULL or zero cofact...
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-09-06 Bernd EdlingerFix a SCA leak in BN_generate_dsa_nonce
2019-09-06 Cesar Pereida... [crypto/asn1] Fix multiple SCA vulnerabilities during...
2019-08-27 Cesar Pereida... Fix SCA vulnerability when using PVK and MSBLOB key...
2019-08-17 Bernd EdlingerFix error handling in X509_chain_up_ref
2019-07-27 Richard LevitteMakefile.shared: fix to allow strings and spaces in...
2019-07-25 Richard LevitteFix default installation paths on mingw
2019-07-19 Bernd EdlingerAdd value_barriers in constant time select functions
2019-07-15 Krists KrilovsFix wrong lock claimed in x509 dir lookup.
2019-07-08 PauliAvoid NULL pointer dereference.
2019-05-28 Richard LevittePrepare for 1.1.0l-dev
2019-05-28 Richard LevittePrepare for 1.1.0k release OpenSSL_1_1_0k
2019-05-28 Richard LevitteUpdate copyright year
2019-05-27 Richard LevitteAdd CHANGES and NEWS for 1.1.0k
2019-05-21 Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
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-18 Bernd EdlingerClear the secret point in ecdh_simple_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-03-06 Matt CaswellTest an overlong ChaCha20-Poly1305 nonce
2019-03-06 Matt CaswellPrevent over long nonces in ChaCha20-Poly1305
2019-02-26 Matt CaswellClarify that SSL_shutdown() must not be called after...
2019-02-26 Matt CaswellGo into the error state if a fatal alert is sent or...
2019-02-25 Matt CaswellEnsure bn_cmp_words can handle the case where n == 0
2019-02-24 Jeff Mahoneyapps/speed: fix segfault while looking up algorithm...
2019-02-21 Nicola TuveriClear BN_FLG_CONSTTIME on BN_CTX_get()
2019-02-21 Nicola TuveriTest for constant-time flag leakage in BN_CTX
2019-02-20 Nicola Tuveri[test] unit test for field_inv function pointer in...
2019-02-20 Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2019-02-18 Corinna Vinschencygwin: drop explicit O_TEXT
2019-02-11 Richard Levittecrypto/engine/eng_cryptodev.c: fix bignum<->crp conversion
2019-01-31 Bernd EdlingerFix a crash in reuse of d2i_X509_PUBKEY
2018-12-12 Tobias StoeckmannFixed typo (vi leftover).
2018-12-08 Andy Polyakoverr/err.c: improve err_clear_last_constant_time's porta...
2018-12-08 Andy Polyakovrsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant...
2018-12-08 Andy Polyakovrsa/rsa_oaep.c: remove memcpy calls from RSA_padding_ch...
2018-12-08 Andy Polyakovrsa/rsa_pk1.c: remove memcpy calls from RSA_padding_che...
2018-12-08 Andy Polyakovrsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_de...
2018-12-08 Andy Polyakoverr/err.c: add err_clear_last_constant_time.
2018-12-07 Richard LevitteMake EVP_PKEY_asn1_add0() stricter about its input
2018-11-24 Richard LevitteHave util/mktar.sh display the absolute path to the...
2018-11-24 Richard LevitteMake sure to run util/mktar.sh from the source directory
2018-11-24 Richard LevitteDon't export the submodules 'boringssl', 'krb5' and...
2018-11-24 Richard LevitteDon't export util/mktar.sh
2018-11-24 Richard LevitteDocument the removed 'dist' target
2018-11-23 Andy Polyakovrsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.
2018-11-23 Richard LevitteRemove all 'make dist' artifacts
2018-11-23 Richard LevitteChange tarball making procedure
2018-11-20 Matt CaswellPrepare for 1.1.0k-dev
2018-11-20 Matt CaswellPrepare for 1.1.0j release OpenSSL_1_1_0j
2018-11-20 Matt CaswellUpdate copyright year
2018-11-20 Matt CaswellUpdate CHANGES and NEWS for new release
2018-11-13 Richard LevitteFix typo in util/perl/OpenSSL/Test.pm
2018-11-13 Richard Levittetest/recipes/90-test_shlibload.t needs $target{shared_e...
2018-11-13 Richard LevitteFix rpath-related Linux "test_shlibload" failure.
2018-11-13 Richard LevitteConfiguration: make sure the shared_sources table doesn...
2018-11-13 Richard LevitteWindows build: build foo.d after foo.obj
2018-11-10 Billy Brumley[crypto/bn] swap BN_FLG_FIXED_TOP too
2018-11-09 Richard LevitteFix cherry-pick error
2018-11-09 Richard LevitteVMS build: colon after target must be separated with...
2018-11-09 Richard LevitteHave install targets depend on more precise build targets
2018-11-09 Richard LevitteAllow parallel install
2018-11-01 PauliAdd a constant time flag to one of the bignums to avoid...
2018-10-30 Rod VaggRemove brace from bad cherry-pick of DSA reallocation fix
2018-10-28 PauliTiming vulnerability in ECDSA signature generation...
2018-10-28 PauliTiming vulnerability in DSA signature generation (CVE...
2018-10-28 PauliDSA mod inverse fix
2018-10-22 Dr. Matthias... md_rand.c: don't stop polling until properly initialized
2018-10-19 Andy Polyakovarch/async_posix.h: improve portability.
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-17 Andy Polyakovssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.
2018-10-15 Benjamin Kadukapps: allow empty attribute values with -subj
2018-10-13 Tomas MrazFix copy&paste error found in Coverity scan
2018-10-12 Andy Polyakovrsa/rsa_ossl.c: fix and extend commentary [skip ci].
2018-10-04 Richard LevitteClean out aliases in include/openssl/symhacks.h
2018-10-04 Richard LevitteSmall cleanup (util/mkdef.pl, crypto/bio/bss_log.c...
2018-10-02 Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-09-29 Billy Brumley[test] ECC: make sure negative tests pass for the right...
2018-09-29 Billy BrumleyMore EVP ECC testing: positive and negative
2018-09-29 Nicola TuveriMove evp test programs input data to its own data dir
2018-09-29 Nicola TuveriSplit test/evptests.txt into separate files.
2018-09-24 Daniel BeveniusDocument OPENSSL_VERSION_TEXT macro
next