Fix -static builds
[openssl.git] / crypto /
2021-01-14 David CarlierOPENSSL_cpuid_setup FreeBSD arm update.
2021-01-14 David CarlierOPENSSL_cpuid_setup FreeBSD PowerPC update
2021-01-10 Billy Brumley[crypto/dh] side channel hardening for computing DH...
2021-01-07 Ole André Vadla... poly1305/asm/poly1305-armv4.pl: fix Clang compatibility...
2021-01-04 Dr. David von OheimbUpdate copyright years of auto-generated headers (make...
2020-12-30 David CarlierCRYPTO_secure_malloc_init: BSD support improvements.
2020-12-21 Ingo SchwarzeFix NULL pointer access caused by X509_ATTRIBUTE_create()
2020-12-08 Matt CaswellUpdate copyright year
2020-12-08 Matt CaswellComplain if we are attempting to encode with an invalid...
2020-12-08 Matt CaswellCheck that multi-strings/CHOICE types don't use implici...
2020-12-08 Matt CaswellCorrectly compare EdiPartyName in GENERAL_NAME_cmp()
2020-12-08 Matt CaswellDirectoryString is a CHOICE type and therefore uses...
2020-12-03 Dr. David von Oheimbx509_vfy.c: Restore rejection of expired trusted (root...
2020-12-01 Ard Biesheuvelaes/asm/aesv8-armx.pl: avoid 32-bit lane assignment...
2020-11-27 ihsinmeUpdate bio_ok.c
2020-11-11 Dmitry BelyavskiyVerification zero-length content in S/MIME format
2020-10-29 Ard Biesheuvelcrypto/poly1305/asm: fix armv8 pointer authentication
2020-10-26 André KlitzingAllow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATURE
2020-10-22 Romain GeisslerFix aarch64 static linking into shared libraries (see...
2020-10-21 simplelinsFix AES-GCM bug on aarch64 BigEndian
2020-10-15 Akshit AkhouryChanging X509at_get0_data_by_OBJ to expect const stack...
2020-10-14 Yury Issyscall_random(): don't fail if the getentropy() functi...
2020-10-03 drglerEnsure that _GNU_SOURCE is defined for NI_MAXHOST and...
2020-09-22 Matt CaswellUpdate copyright year
2020-09-21 Norman AshleySupport keys with RSA_METHOD_FLAG_NO_CHECK with OCSP...
2020-09-21 Tomas MrazDisallow certs with explicit curve in verification...
2020-09-21 Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-20 Henry NFix: ecp_nistz256-armv4.S bad arguments
2020-09-10 Dr. Matthias St... Revert two renamings backported from master
2020-09-10 Dr. Matthias St... Fix the DRBG seed propagation
2020-09-07 luxinyouFix memory leaks in conf_def.c
2020-09-07 Shane LontisCoverity Fixes
2020-08-28 Richard LevitteFix PEM_write_bio_PrivateKey_traditional() to not outpu...
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-07-16 Dr. David von Oheimbx509_vfy.c: Improve key usage checks in internal_verify...
2020-07-16 Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-15 aSoujyuTanakaEnable WinCE build without deceiving _MSC_VER.
2020-07-15 aSoujyuTanakaDisable optimiization of BN_num_bits_word() for VS2005...
2020-07-15 aSoujyuTanakaChanged uintptr_t to size_t. WinCE6 doesn't seem it...
2020-07-04 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-06-23 Tristan BauerFix wrong return value check of mmap function
2020-06-21 Nicola TuveriRefactor BN_R_NO_INVERSE logic in internal functions
2020-06-19 Matt CaswellCorrectly handle the return value from EVP_Cipher(...
2020-06-19 Matt CaswellEnsure we never use a partially initialised CMAC_CTX
2020-06-15 Richard LevitteEVP: allow empty strings to EVP_Decode* functions
2020-06-09 Dr. David von OheimbFix err checking and mem leaks of BIO_set_conn_port...
2020-06-09 Dr. David von OheimbReplace BUF_strdup() call by OPENSSL_strdup() adding...
2020-06-07 Nicola Tuveri[crypto/ec] Remove unreachable AVX2 code in NISTZ256...
2020-06-03 Bernd EdlingerFix a buffer overflow in drbg_ctr_generate
2020-06-01 Bernd EdlingerRevert the check for NaN in %f format
2020-06-01 Dr. David von OheimbMake BIO_do_connect() and friends handle multiple IP...
2020-05-29 Bernd Edlingerbio printf: Avoid using rounding errors in range check
2020-05-28 Patrick SteuerAES CTR-DRGB: performance improvement
2020-05-27 Bernd EdlingerAvoid undefined behavior with unaligned accesses
2020-05-25 PauliCoverity 1463830: Resource leaks (RESOURCE_LEAK)
2020-05-25 Dr. David von OheimbAllow NULL arg to OSSL_STORE_close()
2020-05-22 Tomas MrazPrevent use after free of global_engine_lock
2020-05-22 Richard LevitteSTORE: Make try_decode_PrivateKey() ENGINE aware
2020-05-20 Richard LevitteFix d2i_PrivateKey() to work as documented
2020-05-20 Tomas MrazAvoid potential overflow to the sign bit when shifting...
2020-05-20 Tomas MrazCast the unsigned char to unsigned int before shifting...
2020-05-20 Bernd EdlingerFix egd and devrandom source configs
2020-05-19 Bernd EdlingerFix some places where X509_up_ref is used
2020-05-18 Maxim ZakharovTTY_get() in crypto/ui/ui_openssl.c open_console()...
2020-05-12 Tomas MrazReplace misleading error message when loading PEM
2020-05-08 Maximilian BlenkFix PEM certificate loading that sometimes fails
2020-05-08 Bernd EdlingerRemove AES bitsliced S-box implementation from Boyar...
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
next