drbg: ensure fork-safety without using a pthread_atfork handler
[openssl.git] / crypto /
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
2019-09-05 Bernd EdlingerCleanup includes in rand_unix.c
2019-09-05 Bernd EdlingerRemove ifndef FIPS_MODE from rand_unix.c
2019-08-29 PauliFix NITs in comments and CHANGES for DEVRANDOM seeded...
2019-08-27 Cesar Pereida GarciaFix SCA vulnerability when using PVK and MSBLOB key...
2019-08-24 PauliAvoid overflowing FDSET when using select(2).
2019-08-20 PauliStart up DEVRANDOM entropy improvement for older Linux...
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for x86...
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for ARM...
2019-08-18 Patrick SteuerDirectly return from final sha3/keccak_final if no...
2019-08-17 Bernd EdlingerFix error handling in X509_chain_up_ref
2019-08-15 Omid NajafiFix syntax error for the armv4 assembler
2019-08-15 Richard Levittecrypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC...
2019-08-14 opensslonzos-githubAdd missing EBCDIC strings
2019-08-13 Tomas MrazBIO_lookup_ex: Do not retry on EAI_MEMORY
2019-08-13 Tomas MrazBIO_lookup_ex: Always retry the lookup on failure with...
2019-08-09 Matt CaswellEnsure RSA PSS correctly returns the right default...
2019-08-09 Vladimir Kotalmake ecp_nistz256_point_add_vis3() local
2019-08-08 Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-08-01 Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-07-31 Antoine CœurFix Typos
2019-07-31 joe2018OutlookcomFix warning C4164 in MSVC.
2019-07-31 David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-07-23 PauliMake rand_pool buffers more dynamic in their sizing.
2019-07-23 Bernd EdlingerAllocate DRBG additional data pool from non-secure...
2019-07-24 Dr. Matthias St... Remove OPENSSL_X509V3_H include detector from openssl...
2019-07-24 Dr. Matthias St... Remove HEADER_BSS_FILE_C module include guard
2019-07-24 Bernd EdlingerChange DH parameters to generate the order q subgroup...
2019-07-23 PauliAvoid double clearing some BIGNUMs
2019-07-21 Richard LevitteCygwin: enable the use of Dl_info and dladdr()
2019-07-18 Shane LontisCleanup use of X509 STORE locks
2019-07-17 Patrick Steuers390x assembly pack: fix restoring of SIGILL action
2019-07-15 Krists KrilovsFix wrong lock claimed in x509 dir lookup.
2019-07-08 Dmitry BelyavskiyAvoid NULL pointer dereference. Fixes #9043.
2019-07-08 Lei MaohuiFix build error for aarch64 big endian.
2019-07-07 Bernd EdlingerFix an endless loop in BN_generate_prime_ex
2019-07-02 Bernd EdlingerCheck for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_...
2019-07-02 Bernd EdlingerFix ASN1_TYPE_get/set with type=V_ASN1_BOOLEAN
2019-07-02 Dr. Matthias St... Add regenerated header files
2019-07-01 Matt CaswellEnsure that rc5 doesn't try to use a key longer than...
2019-06-30 Antoine CœurFix Typos
2019-06-24 PauliExcise AES-XTS FIPS check.
2019-06-24 PauliAllow AES XTS decryption using duplicate keys.
2019-06-21 Bernd EdlingerHandle CTRL-C as non-redoable abort signal
2019-06-19 Rebecca CranFix UEFI build on FreeBSD by not including system headers
2019-06-19 Tomas MrazFix and document BIO_FLAGS_NONCLEAR_RST behavior on...
2019-06-18 Bernd EdlingerFix error handling at openssl_strerror_r
2019-06-18 Rebecca CranSwap #if blocks in uid.c so target platform gets checke...
2019-06-11 Matt CaswellMove a fall through comment
2019-06-11 Bernd EdlingerFix a URL to the NMBRTHRY list archive
2019-06-10 Tomas MrazBIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if...
2019-06-09 Dr. Matthias St... Revert the DEVRANDOM_WAIT feature
2019-06-07 Acheev BhagatReplace BIO_printf with ASN1_STRING_print in GENERAL_NA...
2019-06-04 Vitezslav Cizekbuild_SYS_str_reasons: Fix a crash caused by overlong...
2019-06-03 Shane LontisAdd the content type attribute to additional CMS signer...
2019-05-31 David BenjaminFix various mistakes in ec_GFp_nistp_recode_scalar_bits...
2019-05-31 RetropotenzaFix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev...
2019-05-30 PauliFix broken change from b3d113e.
2019-05-29 Dr. Matthias St... crypto/conf: openssl_config_int() returns unitialized...
2019-05-28 Tomas MrazThe SHA256 is not a mandatory digest for DSA.
2019-05-28 Richard LevitteUpdate copyright year
2019-05-26 FdaSilvaYYOCSP: fix memory leak in OCSP_url_svcloc_new method.
2019-05-24 voevFix GOST OID
2019-05-24 agnosticdevissue-8973: Added const to parameters for values that...
2019-05-22 Patrick SteuerEVP_Digest*: enable SHA3 pre-hashing for DSA
2019-05-22 Patrick SteuerEVP_Digest*: enable SHA3 pre-hashing for ECDSA
2019-05-22 Patrick Steuers390x assembly pack: allow specifying the tag after...
2019-05-21 Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
2019-05-21 Matt CaswellRevert "EVP_*Update: ensure that input NULL with length...
2019-05-09 Rashmica Guptacrypto/ppccap.c: Fix which hwcap value used to check...
2019-05-08 Tobias NießenAllow specifying the tag after AAD in CCM mode
2019-05-07 Matt CaswellReject obviously invalid DSA parameters during signing
2019-04-25 Guido VrankenEnforce a strict output length check in CRYPTO_ccm128_tag
2019-04-16 Tomas MrazAdd testing of RDONLY memory BIOs
2019-04-16 Tomas MrazFix for BIO_get_mem_ptr and related regressions
2019-04-14 Bernd EdlingerDon't use coordinate blinding when scalar is group...
2019-04-10 Shane LontisFixed linux_x86_icc compiler errors in EC code related...
2019-04-10 Bernd EdlingerAvoid creating invalid rsa pss params
2019-04-10 Richard LevitteEVP_*Update: ensure that input NULL with length 0 isn...
2019-04-10 Richard LevitteRework DSO API conditions and configuration option
2019-04-09 Matt CaswellFix crash in X509_STORE_CTX_get_by_subject
2019-04-06 Bernd EdlingerFix the allocation size in EVP_OpenInit and PEM_SignFinal
2019-04-05 Richard LevitteOPENSSL_init_crypto(): check config return code correctly
2019-04-03 Tomas MrazUse AI_ADDRCONFIG hint with getaddrinfo if available.
next