Fix the return value for SSL_get0_chain_certs()
[openssl.git] / crypto /
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.
2019-04-02 Richard LevitteRevert "crypto/rand/rand_win.c: include "e_os.h" to...
2019-04-02 Dr. Matthias St... rand_win.c: loosen version requirements for BCryptGenRandom
2019-04-02 Richard Levittecrypto/rand/rand_win.c: include "e_os.h" to get the...
2019-03-30 Shane Lontisfixed public range check in ec_GF2m_simple_oct2point
2019-03-29 Soujyu TanakaFor the lack of GetModuleHandleEx(), we use DSO route...
2019-03-29 Soujyu TanakaCircumvent a problem of lacking GetEnvironmentVariable...
2019-03-29 Soujyu TanakaAvoid linking error for InitializeCriticalSectionAndSpi...
2019-03-28 Matt CaswellMake OCSP_id_cmp and OCSP_id_issuer_cmp accept const...
2019-03-27 Jake MassimoIncrease rounds of Miller-Rabin testing DH_check
2019-03-27 Matt CaswellDon't allow SHAKE128/SHAKE256 with HMAC
2019-03-27 Matt CaswellFix a memory leak in ARIA GCM
2019-03-27 Matt CaswellTolerate 0 byte input length for Update functions
2019-03-22 Bernd EdlingerModify the RSA_private_decrypt functions to check the...
2019-03-22 Bernd EdlingerMake err_clear_constant_time really constant time
2019-03-22 PauliCosmetic rand/drbg changes.
2019-03-21 Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-20 Richard LevitteOPENSSL_config(): restore error agnosticism
2019-03-19 Hua ZhangFix compiling error for mips32r6 and mips64r6
2019-03-19 Richard LevitteAdd missing '.text' in crypto/bn/asm/ppc.pl
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-18 Bernd EdlingerClear the point S before freeing in ec_scalar_mul_ladder
2019-03-18 Bernd EdlingerClear the secret point in ecdh_simple_compute_key
2019-03-18 Daniel AxtensPPC assembly pack: fix copy-paste error in CTR mode
2019-03-15 Dr. Matthias St... VMS: only use the high precision on VMS v8.4 and up
2019-03-11 Shane Lontisfix truncation of integers on 32bit AIX
2019-03-07 Bernd EdlingerDo the error handling in pkey_rsa_decrypt in constant...
2019-03-07 Bernd EdlingerFix memory overrun in rsa padding check functions
2019-03-07 Matt CaswellAvoid an underflow in ecp_nistp521.c
2019-03-06 Matt CaswellPrevent over long nonces in ChaCha20-Poly1305
2019-03-04 Vitezslav Cizekopenssl_strerror_r: Fix handling of GNU strerror_r
2019-03-01 Bernd EdlingerFix seeding from random device w/o getrandom syscall
2019-03-01 Shigeki Ohtsudeps: add s390 asm rules for OpenSSL-1.1.1
2019-02-27 Shane Lontiscfi build fixes in x86-64 ghash assembly
2019-02-27 Paul YangFix the default digest algorthm of SM2
2019-02-26 Matt CaswellUpdate copyright year
2019-02-26 Eneas U de Queiroze_devcrypto: set digest input_blocksize
2019-02-26 Eneas U de Queirozeng_devcrypto: close open session on init
2019-02-25 Richard LevitteRearrange the inclusion of curve448/curve448_lcl.h
2019-02-25 Matt CaswellEnsure bn_cmp_words can handle the case where n == 0
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...
next