Enable the record layer to call the ssl_security callback
[openssl.git] / crypto /
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-18 Lutz JaenickeX509: Add "code sign" as purpose for verification of...
2022-08-18 Lutz Jaenickecrypto/x509/x509_vpm.c: update format of X509_VERIFY_PA...
2022-08-18 Dr. David von OheimbFix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRI...
2022-08-17 valdaarhunFix memory leak in BN_rand_range()
2022-08-17 Rohan McLureFix unrolled montgomery multiplication for POWER9
2022-08-17 Rohan McLureRevert "Revert "bn: Add fixed length (n=6), unrolled...
2022-08-17 Matt CaswellCRYPTO_mem_debug_push() and CRYPTO_mem_debug_pop()...
2022-08-15 Hongren (Zenithal... Add ROTATE inline RISC-V zbb/zbkb asm for DES
2022-08-12 Juergen ChristFix asan finding in bio_addr
2022-08-12 Daiyuu NoboriVC++ 2008 or earlier x86 compilers do not have an inlin...
2022-08-10 Pauliproperty: make cache flushing slight less deterministic
2022-08-09 Juergen ChristFix GHASH-ASM implementation on s390x
2022-08-04 Roberto Hueso GomezFix EC_KEY_set_private_key() priv_key regression
2022-08-03 PauliFix bug in EVP_CIPHER_CTX_get_iv_length()
2022-08-01 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-29 Hugo LandauQUIC Frame Encoding and Decoding Functions
2022-07-29 valdaarhunFixes segfault occurrence in PEM_write()
2022-07-29 Tomas MrazFix regression from GCM mode refactoring
2022-07-28 Alon Bar-LevHandle SMIME_crlf_copy return code
2022-07-28 Alon Bar-LevREGRESSION: CMS_final: do not ignore CMS_dataFinal...
2022-07-28 Matt CaswellGive BIO_s_mem() the ability to support datagrams
2022-07-26 Dr. David von Oheimbx509_lu.c and x509_vfy.c: improve coding style, comment...
2022-07-26 Charles MiletteFix UWP builds by defining VirtualLock
2022-07-26 Juergen Christs390x: Fix GCM setup
2022-07-22 PauliCoverity 1507376: Dereference after null check
2022-07-22 Todd ShortClean up GCM_MUL and remove GCM_FUNCREF_4BIT
2022-07-22 Todd ShortClean up use of GHASH macro
2022-07-22 Todd ShortUse separate function to get GCM functions
2022-07-22 Todd ShortRemove some unused 4bit GCM code
2022-07-22 Todd ShortRemove unused 1bit GCM implementation
2022-07-22 Todd ShortRemove unused 8bit GCM implementation
2022-07-22 Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-20 Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-07-20 Richard Levitte"Reserve" the method store when constructing methods
2022-07-20 PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-19 Tom CosgroveFix aarch64 signed bit shift issue found by UBSAN
2022-07-19 Dr. David von Oheimbcrypto/x509/v3_addr.c: fix style nits reported by check...
2022-07-19 Dr. David von Oheimblibcrypto and test: rename asn1_string_to_time_t to...
2022-07-19 Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-19 Dr. David von Oheimblibcrypto refactoring: make more use of ASN1_STRING_set0()
2022-07-19 Dr. David von OheimbAdd X509_PUBKEY_set0_public_key(), extracted from X509_...
2022-07-18 Roberto Hueso GomezFix memleak in PKCS12_pbe_crypt_ex()
2022-07-18 Tomas Mrazossl_ffc_params_copy: Copy the keylength too
2022-07-18 Tomas MrazUse as small dh key size as possible to support the...
2022-07-17 PauliCoverity 1506566: unchecked return value
2022-07-17 Paulievp: make all _is_a functions accept and handle a NULL...
2022-07-17 PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-16 Dr. David von OheimbCMS: add CMS_SignedData_verify(), a variant of CMS_veri...
2022-07-16 Dr. David von Oheimbcms_sd.c: fix style/formatting nits reported check...
2022-07-14 Juergen ChristFix EC ASM flag passing
2022-07-14 Dr. David von Oheimbhttp_client.c: 2nd fix for calculation of Content...
2022-07-14 Dr. David von Oheimbcrypto/evp/bio_b64.c: improve coding style
2022-07-13 Hongren (Zenithal... Add ROTATE inline RISC-V zbb/zbkb asm for chacha
2022-07-13 Dr. David von Oheimbcrypto/x509/v3_purp.c: Improve coding style
2022-07-13 Dr. David von Oheimbcrypto/x509/x509_vfy.c: Improve coding style
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-07-13 xkerneladd a check for the return of OBJ_new_nid()
2022-07-12 Dr. David von Oheimbx509_vfy.c: Revert the core of #14094 regarding chain_b...
2022-07-12 slontisFix memory leak in EVP_PKEY_get1_encoded_public_key.
2022-07-11 Dr. David von Oheimbhttp_client.c: fix calculation of Content-Length in...
2022-07-11 Dr. David von Oheimbcmp_http.c: extend comment in keep_alive()
2022-07-11 AllanFix memory leak in X509V3_add1_i2d when flag is X509V3_...
2022-07-10 Juergen ChristFix SHA, SHAKE, and KECCAK ASM flag passing
2022-07-08 Bernd EdlingerFix reported performance degradation on aarch64
2022-07-08 Max BachmannAdd config option OPENSSL_NO_UNIX_SOCK
2022-07-06 Dr. David von Oheimbhttp_client.c: fix comment and documentation of the...
2022-07-06 Dr. David von OheimbOSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling...
2022-07-06 Dr. David von OheimbOSSL_HTTP_open(): improve use of use_ssl and its docume...
2022-07-06 PauliAdd sparse array to libssl
2022-07-05 Alex ChernyakhovskyFix AES OCB encrypt/decrypt for x86 AES-NI
2022-07-05 slontisFix bn_gcd code to check return value when calling...
2022-07-05 xkernelv3_sxnet: add a check for the return of i2s_ASN1_INTEGER()
2022-07-01 Tomas MrazAvoid crashing if CONF_modules_unload() is called after...
2022-07-01 Dr. David von OheimbCMP: implement optional hashAlg field of certConf CMPv3...
2022-07-01 Dr. David von OheimbCMP: introduce version 3, while version 2 stays the...
2022-07-01 PauliCoverity: fix 1506297: negative returns
2022-07-01 PauliCoverity: fix 1506298: negative returns
2022-06-29 slontisFix memory leak in cmp_calc_protection()
2022-06-29 Tee KOBAYASHIAvoid using union wrt. SystemTimeToFileTime
2022-06-29 Tee KOBAYASHIAvoid using union wrt. optlen parameter for getsockopt
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-28 Dr. David von OheimbCMS: Export CMS_EnvelopedData and add CMS_EnvelopedData...
2022-06-28 Peiwei Hucrypto/provider_core.c: Avoid calling unlock two times
2022-06-28 Daniel FialaAllocate EVP_PBE_CTL with OPENSSL_zalloc.
2022-06-28 Matt CaswellFix range_should_be_prefix() to actually return the...
2022-06-28 Lutz JaenickeObjects: Add OIDs needed for CAdES-Processing
2022-06-28 slontisFix memory leak in ossl_rsa_fromdata.
2022-06-28 Matt CaswellThe rsa_validate_keypair_multiprime() function return...
2022-06-27 Daniel Fialader_writer: Use uint32_t instead of long.
2022-06-25 Bernd EdlingerFix a memory leak in EC_GROUP_new_from_ecparameters
2022-06-24 Tomas MrazAvoid including decoder/encoder/store headers into...
2022-06-23 Tomas MrazThe flag "decoded-from-explicit" must be imp/exportable
2022-06-23 Tomas Mrazput_str: Use memcpy instead of strncpy
2022-06-23 Peiwei HuFix the checks of X509_LOOKUP_* functions
2022-06-23 Jiasheng Jiangcrypto/http/http_client.c: Add the check for OPENSSL_strdup
next