]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Don't store an HMAC key for longer than we need
[thirdparty/openssl.git] / crypto /
2020-01-07  Matt CaswellDon't store an HMAC key for longer than we need
2020-01-05  Andrew HoangFix incorrect return code on ECDSA key verification
2020-01-05  Fangming.FangFix side channel in ecp_nistz256-armv8.pl
2020-01-05  Bernd EdlingerFix side channel in the ecp_nistz256.c reference implem...
2020-01-05  Bernd EdlingerImprove side channel fix in ecp_nistz256-x86_64.pl
2020-01-05  Bernd EdlingerFix side channel in ecp_nistz256-armv4.pl
2020-01-05  Bernd EdlingerFix side channel in ecp_nistz256-x86.pl
2020-01-05  David BenjaminAvoid leaking intermediate states in point doubling...
2020-01-05  Nicola TuveriFix potential SCA vulnerability in some EC_METHODs
2020-01-02  Matt CaswellRun make update
2019-12-23  Bernd EdlingerAdd some missing cfi frame info in rc4-md5-x86_64.pl
2019-12-23  Bernd EdlingerAdd some missing cfi frame info in poly1305-x86_64.pl
2019-12-23  Bernd EdlingerAdd some missing cfi frame info in aesni-gcm-x86_64.pl
2019-12-23  Bernd EdlingerAdd some missing cfi frame info in x25519-x86_64.pl
2019-12-23  Bernd EdlingerFix aesni_cbc_sha256_enc_avx2 backtrace info
2019-12-23  Bernd EdlingerAdd some missing cfi frame info in ecp_nistz256-x86_64.pl
2019-12-20  Bernd EdlingerAdd some missing cfi frame info in aesni-sha and sha...
2019-12-20  Bernd EdlingerAdd some missing cfi frame info in keccak1600-x86_64.pl
2019-12-20  Bernd EdlingerAdd some missing cfi frame info in aesni-x86_64.pl
2019-12-20  Bernd EdlingerAdd some missing cfi frame info in rsaz-x86_64
2019-12-20  Bernd EdlingerAdd some missing cfi frame info in x86_64-mont5.pl
2019-12-20  Bernd EdlingerAdd some missing cfi frame info in camellia-x86_64.pl
2019-12-18  Bernd EdlingerFix unwind info for some trivial functions
2019-12-16  Matt CaswellBackport the RSA_get0_pss_params() function from master
2019-12-16  Matt CaswellEnsure EVP_PKEY_set1_DH detects X9.42 keys
2019-12-15  Dr. Matthias St... rand_lib.c: fix null pointer dereferences after RAND_ge...
2019-12-11  Veres LajosFix some typos
2019-12-06  Bernd EdlingerImprove the overflow handling in rsaz_512_sqr
2019-12-06  Andy PolyakovFix an overflow bug in rsaz_512_sqr
2019-11-29  Matt CaswellEVP_*Update: ensure that input NULL with length 0 isn...
2019-11-27  Richard Levittei2b_PVK(): Use Encrypt, not Decrypt
2019-11-22  Richard LevitteUI_UTIL_wrap_read_pem_callback(): when |cb| is NULL...
2019-11-21  PauliEVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.
2019-11-21  PauliEngine: Add NULL check.
2019-11-21  PauliECDSA: don't clear free memory after verify.
2019-11-20  Bernd EdlingerFix sha512_block_data_order_avx2 backtrace info
2019-11-20  Patrick SteuerAllow specifying the tag after AAD in CCM mode (2)
2019-11-17  Patrick Steuers390x assembly pack: fix bn_mul_comba4
2019-11-17  Anthony HuAdd missing EVP_PKEY_METHOD accessors for digestsign...
2019-11-13  Joerg Schmidbauerchacha_enc.c: fix for EBCDIC platforms
2019-11-13  Nicola TuveriFix EC_POINT_bn2point() for BN_zero()
2019-11-09  Bernd EdlingerFix a -Warray-bounds gcc warning in OPENSSL_DIR_read
2019-11-09  raniervfconf_def.c: Avoid calling strlen() in a loop
2019-11-05  Richard LevitteBIO_s_connect: add an error state and use it
2019-11-04  Matt CaswellDon't leak memory in the event of a failure in i2v_GENE...
2019-11-03  Patrick Steuers390x assembly pack: enable clang build
2019-11-02  Richard LevitteVMS: Added new method to gather entropy on VMS, based...
2019-11-01  Patrick Steuermd4/md5: macros should not include the line following...
2019-11-01  Scott WilsonFix potential memory leak in dh_ameth.c
2019-10-31  Billy Brumley[crypto/bn] fix a few small timing leaks in BN_lshift1...
2019-10-29  Paul YangSuppress an error when doing SM2 sign/verify ops
2019-10-28  Tobias NießenAllow EVP_PKEY_get0_RSA for RSA-PSS keys
2019-10-23  Cesar Pereida GarciaUpdate control logic for BN_gcd
2019-10-18  Dr. Matthias St... Move random-related defines from e_os.h to rand_unix.c
2019-10-18  Dr. Matthias St... rand_unix.c: correct include guard comments
2019-10-17  Cesar Pereida GarciaConstant-time GCD function.
2019-10-17  Cesar Pereida GarciaUnify BN_rshift design
2019-10-16  Cesar Pereida Garcia[crypto/asn1/x_bignum.c] Explicit test against NULL
2019-10-15  David BenjaminDocument and add macros for additional DSA options
2019-10-15  Nicola Tuveri[ec_asn1.c] Avoid injecting seed when built-in matches
2019-10-10  Viktor SzakatsFix unused goto label gcc warning
2019-10-03  Richard LevitteDefine AESNI_ASM if AESNI assembler is included, and...
2019-10-03  Dr. Matthias St... rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZE
2019-10-03  Bernd EdlingerFix iOS simulator build
2019-10-02  Michael OsipovFix long name of some Microsoft objects
2019-09-30  Kurt RoeckxAdd defines for __NR_getrandom for all Linux architectures
2019-09-30  Paul YangFix a bundle of mischecks of return values
2019-09-27  Dr. Matthias St... Fix header file include guard names
2019-09-27  Dr. Matthias St... Reorganize local header files
2019-09-27  Dr. Matthias St... Reorganize private crypto header files
2019-09-21  Kurt RoeckxUse the correct maximum indent
2019-09-16  Bernd EdlingerFix building statically without any dso support
2019-09-16  ManishPatidar1clearing the ecx private key memory
2019-09-13  Bernd EdlingerFix potential memory leaks with BN_to_ASN1_INTEGER
2019-09-12  Tomas MrazBIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CT...
2019-09-11  Dr. Matthias St... crypto/threads_win.c: fix preprocessor indentation
2019-09-11  Dr. Matthias St... crypto/threads_none.c: fix syntax error in openssl_get_...
2019-09-10  Matt CaswellUpdate copyright year
2019-09-10  Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2019-09-10  Bernd EdlingerFix a potential crash in rand_unix.c
2019-09-10  Bernd EdlingerFix a strict warnings error in rand_pool_acquire_entropy
2019-09-09  Dr. Matthias St... drbg: fix issue where DRBG_CTR fails if NO_DF is used...
2019-09-09  Dr. Matthias St... drbg: add fork id to additional data on UNIX systems
2019-09-09  Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-09  Bernd EdlingerFix build with VS2008
2019-09-09  Bernd EdlingerUse BN_clear_free in DH_set0_key
2019-09-09  Bernd EdlingerDH_check_pub_key_ex was accidentally calling DH_check,
2019-09-09  Bernd EdlingerChange DH_generate_parameters back to order 2q subgroup
2019-09-09  Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-07  Bernd EdlingerRemove x86/x86_64 BSAES and AES_ASM support
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 Garcia[crypto/rsa] Set the constant-time flag in multi-prime...
2019-09-06  Cesar Pereida Garcia[crypto/asn1] Fix multiple SCA vulnerabilities during...
2019-09-05  Bernd EdlingerFix error handling in x509_lu.c
next