rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.
[openssl.git] / crypto /
2020-05-04 niarand_unix.c: Ensure requests to KERN_ARND don't exceed...
2020-05-04 niarand_unix.c: Only enable hack for old FreeBSD versions...
2020-05-04 niarand_unix.c: Include correct headers for sysctl() on...
2020-04-27 Christian Hohnstaedti2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case...
2020-04-24 Nicola TuveriFix typo from #10631
2020-04-24 Nicola Tuveri[BN] harden `BN_copy()` against leaks from memory accesses
2020-04-24 Nicola Tuveri[EC] harden EC_KEY against leaks from memory accesses
2020-04-24 Nicola Tuveri[EC] Constify internal EC_KEY pointer usage
2020-04-21 Dirk-Willem van... Add setter equivalents to X509_REQ_get0_signature
2020-04-21 Matt CaswellUpdate copyright year
2020-04-18 Bernd EdlingerAdd AES consttime code for no-asm configurations
2020-04-17 KochiseWindows: Add type casting in CRYPTO_atomic_add to remov...
2020-04-14 scottBIO_do_accept: correct error return value
2020-04-11 Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-09 PauliFix AES-CTR_DRBG on 1.1.1.
2020-04-08 Patrick SteuerAES CTR-DRGB: do not leak timing information
2020-04-07 PauliInteger overflow in ASN1_STRING_set.
2020-04-07 Billy Brumley[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
2020-04-07 Bernd EdlingerFix the error handling in EC_POINTs_mul
2020-04-07 William BrawnerEnsure ECDSA_size always returns >= 0
2020-04-06 Tomas MrazSet X509_V_ERR_INVALID_EXTENSION error for invalid...
2020-04-06 Tomas MrazAllow certificates with Basic Constraints CA:false...
2020-04-01 Billy Brumley[crypto/ec] Ladder tweaks
2020-03-31 Matt CaswellUpdate copyright year
2020-03-25 Tomas MrazPartially revert "Detect EOF while reading in libssl"
2020-03-22 Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2020-03-20 FdaSilvaYYCoverity: fix two minor NPD issues.
2020-03-19 Bernd EdlingerMerge probable_prime_dh_safe with bn_probable_prime_dh
2020-03-19 Bernd EdlingerAdd a parameter to probable_prime if we look for a...
2020-03-17 Matt CaswellUpdate copyright year
2020-03-13 Benjamin KadukCode to thread-safety in ChangeCipherState
2020-03-11 Matt CaswellRevert "Stop accepting certificates signed using SHA1...
2020-03-05 Patrick Steuercrypto/ec/curve448/eddsa.c: fix EBCDIC platforms
2020-03-05 Patrick Steueraes-s390x.pl: fix stg offset caused by typo in perlasm
2020-03-05 Bernd EdlingerThis works around a gcc-9 crash
2020-02-27 Scott ArciszewskiFix comment placement in ecp_nistp256.ci
2020-02-20 Matt CaswellTeach more BIOs how to handle BIO_CTRL_EOF
2020-02-20 Matt CaswellDetect EOF while reading in libssl
2020-02-17 David BenjaminDo not silently truncate files on perlasm errors
2020-02-15 Richard LevitteVMS: Correct error reporting in crypto/rand/rand_vms.c
2020-02-12 Nikolay MorozovForgotten GOST2012 support in non-vital places
2020-02-06 kinichiroAvoid leak in error path of PKCS5_PBE_keyivgen
2020-02-06 PauliCoverity CID 1444960: Error handling issues
2020-02-06 Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-02-05 Kurt RoeckxStop accepting certificates signed using SHA1 at securi...
2020-01-21 Bernd EdlingerRemove remaining references to crypto/include
2020-01-20 H.J. LuFix unwind info in crypto/rc4/asm/rc4-x86_64.pl
2020-01-17 Richard LevitteFor all assembler scripts where it matters, recognise...
2020-01-14 kinichiroAvoid leak in error path of asn1_parse2
2020-01-07 Dr. Matthias St... Revert "Move random-related defines from e_os.h to...
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...
next