engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1
[openssl.git] / crypto /
2019-02-20 Nicola TuveriClear BN_FLG_CONSTTIME on BN_CTX_get()
2019-02-20 Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2019-02-19 Matt CaswellDon't interleave handshake and other record types in...
2019-02-18 Corinna Vinschencygwin: drop explicit O_TEXT
2019-02-17 David BenjaminCheck for unpaired .cfi_remember_state
2019-02-17 David BenjaminFix some CFI issues in x86_64 assembly
2019-02-13 Daniel DeFreezFix null pointer dereference in cms_RecipientInfo_kari_init
2019-02-13 Andy PolyakovAArch64 assembly pack: authenticate return addresses.
2019-02-11 Tomas MrazAllow the syntax of the .include directive to optionall...
2019-02-10 Daniel DeFreezFix null pointer dereference in ssl_module_init
2019-02-08 Todd ShortFix d2i_PublicKey() for EC keys
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-01-31 Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
2019-01-31 Bernd EdlingerFixed d2i_X509 in-place not re-hashing the ex_flags
2019-01-31 Bernd EdlingerFix a memory leak with di2_X509_CRL reuse
2019-01-29 Matt CaswellDon't leak memory from ERR_add_error_vdata()
2019-01-27 David Asrafcrypto/bn: fix return value in BN_generate_prime
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-21 Bernd EdlingerPPC: Try out if mftb works before using it
2019-01-21 Corey MinyardFix a memory leak in the mem bio
2019-01-16 David BenjaminReduce inputs before the RSAZ code.
2019-01-16 Richard Levittecrypto/armcap.c, crypto/ppccap.c: stricter use of getau...
2019-01-16 Richard Levittecrypto/uid.c: use own macro as guard rather than AT_SECURE
2019-01-15 Matt CaswellCheck more return values in the SRP code
2019-01-15 Matt CaswellCheck a return value in the SRP code
2019-01-07 Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-07 Viktor DukhovniUpdate generator copyright year.
2019-01-04 Matt CaswellSupport _onexit() in preference to atexit() on Windows
2019-01-04 Matt CaswellIntroduce a no-pinshared option
2019-01-04 Matt CaswellImplement OPENSSL_INIT_NO_ATEXIT
2019-01-04 Matt CaswellFix a RUN_ONCE bug
2019-01-03 Matt Caswellmake update
2018-12-31 Bernd EdlingerFix cert with rsa instead of rsaEncryption as public...
2018-12-23 Jung-uk KimDo not complain when /dev/crypto does not exist.
2018-12-22 Shreya BhandareEVP_PKEY_size declared to take a const parameter
2018-12-22 FdaSilvaYYCoverity fix in some crypto/asn1 code
2018-12-20 Ken GoldmanAdmit unknown pkey types at security level 0
2018-12-14 Richard LevitteERR: preserve system error number in a few more places
2018-12-13 Mansour AhmadiAdd missing OPENSSL_clear_free before using ec->key
2018-12-13 Mansour Ahmadiadd missing check for BN_mod_inverse
2018-12-13 Mansour Ahmadifix inconsistent flen check in rsa_pk1 and rsa_oaep
2018-12-11 Matt CaswellDisallow Ed448 signature malleability
2018-12-10 Eneas U de Queirozeng_devcrypto: make sure digest can do copy
2018-12-10 Eneas U de Queirozeng_devcrypto: fix ctr mode
2018-12-10 Eneas U de Queirozeng_devcrypto: add cipher CTX copy function
2018-12-10 Eneas U de Queirozeng_devcrypto: close session on cleanup, not final
2018-12-10 Eneas U de Queirozeng_devcrypto: fix copy of unitilialized digest
2018-12-10 Eneas U de Queirozeng_devcrypto: expand digest failure cases
2018-12-10 Eneas U de Queirozeng_devcrypto: don't leak methods tables
2018-12-10 Matt CaswellPreserve errno on dlopen
2018-12-10 Matt CaswellMake sure build_SYS_str_reasons() preserves errno
2018-12-10 Richard Levittemake update
2018-12-10 Richard LevittePrevent calling decryption in an encryption context...
2018-12-08 Andy Polyakoverr/err.c: improve err_clear_last_constant_time's porta...
2018-12-07 Richard LevitteMake EVP_PKEY_asn1_add0() stricter about its input
2018-12-06 Dr. Matthias St... curve25519.c: improve formula alignment
2018-12-06 Dr. Matthias St... curve25519.c: reformat code to follow coding guidelines
2018-12-05 Andy Polyakovbn/bn_{div|shift}.c: introduce fixed-top interfaces.
2018-12-05 Andy Polyakovbn/bn_div.c: make conditional addition unconditional
2018-12-05 Andy PolyakovConfigurations/10-main.conf: remove MIPS bn_div_3_words.
2018-12-03 Matt CaswellDisallow Ed25519 signature maleability
2018-11-30 Andy Polyakovrsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant...
2018-11-30 Andy Polyakovrsa/rsa_oaep.c: remove memcpy calls from RSA_padding_ch...
2018-11-30 Andy Polyakovrsa/rsa_pk1.c: remove memcpy calls from RSA_padding_che...
2018-11-30 Andy Polyakovrsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_de...
2018-11-30 Andy Polyakoverr/err.c: add err_clear_last_constant_time.
2018-11-26 Billy BrumleyClean up BN_consttime_swap.
2018-11-24 Richard LevitteVMS: fix collected error strings
2018-11-24 David WoodhouseStop marking default digest for EC keys as mandatory
2018-11-23 Richard LevitteSmarter build of system error text database
2018-11-22 Andy Polyakovrsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.
2018-11-20 Matt CaswellUpdate copyright year
2018-11-16 Andy Polyakovsha/asm/sha512p8-ppc.pl: optimize epilogue.
2018-11-16 Andy Polyakovsha/asm/sha512p8-ppc.pl: fix typo in prologue.
2018-11-14 Vitezslav CizekDSA: Check for sanity of input parameters
2018-11-12 Richard LevitteFix SipHash init order.
2018-11-10 Billy Brumley[crypto/bn] swap BN_FLG_FIXED_TOP too
2018-11-09 Bernd EdlingerFix issues with do_rand_init/rand_cleanup_int
2018-11-08 Dr. Matthias St... rand_unix.c: open random devices on first use only
2018-11-08 Dr. Matthias St... Test: link drbgtest statically against libcrypto
2018-11-07 PauliAdd missing RAND initialisation call.
2018-11-07 Bernd EdlingerRename the rand_drbg_st data member "pool" to "seed_pool"
2018-11-07 Bernd EdlingerInitialize reseed_gen_counter to 1, like it is done...
2018-11-05 Bernd EdlingerAvoid two memory allocations in each RAND_DRBG_bytes
2018-11-05 Bernd EdlingerFix error handling in RAND_DRBG_uninstantiate
2018-11-05 Bernd EdlingerFix error handling in rand_drbg_new
2018-11-05 Bernd EdlingerFix error handling in RAND_DRBG_set
2018-11-02 Richard Levittecrypto/engine/eng_devcrypto.c: ensure we don't leak...
2018-11-02 Richard Levittecrypto/engine/eng_devcrypto.c: open /dev/crypto only...
2018-11-02 Richard Levittecrypto/engine/eng_devcrypto.c: new compilers are strict...
2018-11-02 Richard Levittecrypto/engine/eng_devcrypto.c: add digest copy
2018-11-01 PauliAdd a constant time flag to one of the bignums to avoid...
2018-10-30 Bernd EdlingerFix a race condition in drbg_add
2018-10-30 Chocobo1Fix MSVC warning C4819
2018-10-29 Matt CaswellReset the HKDF state between operations
2018-10-29 Bernd EdlingerRework and simplify resource flow in drbg_add
2018-10-28 Dr. Matthias St... randfile.c: fix a Coverity warning
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
next