]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2018-09-24  PauliUse secure_getenv(3) when available.
2018-09-21  Richard Levittecrypto/bn/asm/x86_64-gcc.c: remove unnecessary redefini...
2018-09-20  Richard Levittecrypto/ui/ui_openssl.c: make sure to recognise ENXIO...
2018-09-16  PauliUse 'i' as parameter name not 'I'.
2018-09-16  PauliAdd a compile time test to verify that openssl/rsa...
2018-09-13  Matt CaswellAdd an explicit cast to time_t
2018-09-12  Viktor Szakatsminor fixes for Windows
2018-09-11  Bernd EdlingerMake the config script fail with an error code if Confi...
2018-09-11  parassshFix typos in documentation.
2018-09-11  Richard LevitteCAPI engine: add support for RSA_NO_PADDING
2018-09-10  Matt CaswellCheck the return value from ASN1_INTEGER_set
2018-09-06  Shane LontisRSA padding Zeroization fixes
2018-09-05  Nicola TuveriHarmonize the error handling codepath
2018-09-05  Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-09-04  PauliKey zeroization fix for EVP_SealInit.
2018-09-04  Eric CurtinNew openssl subject parser hard to debug
2018-09-04  PauliMake OBJ_NAME case insensitive.
2018-09-04  Shane Lontishkdf zeroization fix
2018-09-04  Shane Lontiskey zeroisation fix for p12
2018-09-04  Shane Lontiskey zeroisation for pvkfmt now done on all branch paths
2018-09-04  Richard Levitteopenssl req: don't try to report bits
2018-09-04  Matt CaswellClarify the EVP_DigestSignInit docs
2018-09-04  Jakub WilkFix example in crl(1) man page
2018-09-04  Matt CaswellThe req documentation incorrectly states that we defaul...
2018-09-03  Paul Kehreradd docs for OCSP_resp_get0_signature
2018-09-03  Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
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-09-01  Dmitry BelyavskiyBackport #7007 to 1.1.0
2018-08-30  Matt CaswellFree SSL object on an error path
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_ossl.c: implement variant of "Smooth CRT-RSA."
2018-08-28  Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-08-24  Nicola TuveriBackport #6648 to OpenSSL_1_1_0-stable
2018-08-23  PauliZero memory in CRYPTO_secure_malloc.
2018-08-22  Andy Polyakovcrypto/init.c: improve destructor_key's portability.
2018-08-18  Bernd EdlingerFix a warning from MSVC build
2018-08-17  Benjamin KadukAvoid shadowing 'free' in X509_LOOKUP_met_set_free
2018-08-14  Matt CaswellPrepare for 1.1.0j-dev
2018-08-14  Matt CaswellPrepare for 1.1.0i release OpenSSL_1_1_0i
2018-08-14  Matt CaswellUpdate copyright year
2018-08-14  Matt CaswellUpdates to CHANGES and NEWS for the new release
2018-08-13  Andy Polyakovcrypto/o_fopen.c: alias fopen to fopen64.
2018-08-11  Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-10  Andy Polyakovx509v3/v3_purp.c: re-implement lock-free check for...
2018-08-10  Andy Polyakovx509v3/v3_purp.c: resolve Thread Sanitizer nit.
2018-08-07  Rich SalzIncrease CT_NUMBER values
2018-08-07  Rich SalzFix setting of ssl_strings_inited.
2018-08-07  Richard LevitteCheck early that the config target exists and isn't...
2018-08-07  Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-06  Bernd EdlingerFix uninitialized value $s warning in windows static...
2018-08-05  PauliAvoid errors when loading a cert multiple times.
next