Enable the record layer to call the ssl_security callback
[openssl.git] / include /
2022-08-18 Matt CaswellMove early data counting out of the SSL object and...
2022-08-18 Matt CaswellRemove use of SSL object for fragment length checking...
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 Todd ShortUpdate session timeout code with OSSL_TIME
2022-08-18 Lutz JaenickeX509: Add "code sign" as purpose for verification of...
2022-08-12 PauliMake OSSL_TIME a structure
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-29 Hugo LandauQUIC Frame Encoding and Decoding Functions
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-22 Todd ShortUse separate function to get GCM functions
2022-07-22 Todd ShortRemove unused 1bit GCM implementation
2022-07-22 Todd ShortRemove unused 8bit GCM implementation
2022-07-21 marcfedorowEmit rev8 on __riscv_zbkb as on __riscv_zbb
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-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 OheimbAdd X509_PUBKEY_set0_public_key(), extracted from X509_...
2022-07-18 Tomas MrazUse as small dh key size as possible to support the...
2022-07-16 Dr. David von OheimbCMS: add CMS_SignedData_verify(), a variant of CMS_veri...
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-07-08 Max BachmannAdd config option OPENSSL_NO_UNIX_SOCK
2022-07-06 Paulissl: implement an event queue
2022-07-06 Paulissl: add a zero time macro
2022-07-06 PauliAdd additional include
2022-07-01 Dr. David von OheimbCMP: introduce version 3, while version 2 stays the...
2022-06-30 KanUpdate the default macsaltlen and Add the configure...
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 Lutz JaenickeObjects: Add OIDs needed for CAdES-Processing
2022-06-27 Daniel Fialader_writer: Use uint32_t instead of long.
2022-06-22 Hongren (Zenithal... Add ROTATE inline asm support for SM3
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-22 Paulissl: expose the get time function internally
2022-06-22 Pauliadd priority queue implementation
2022-06-16 Michael BaentschFix for OSSL_PARAM sample code referencing OSSL_PARAM_U...
2022-06-13 slontisRSA keygen update: Raise an error if no prime candidate...
2022-06-10 Hongren (Zenithal... aes_platform: add riscv64 zkn asm support
2022-06-10 Hongren (Zenithal... Add riscv scalar crypto extension capability
2022-06-03 Tomas MrazAdd OSSL_QUIC methods to headers and manual pages
2022-05-30 Dr. David von Oheimbhttp_client.c: Dump response on error when tracing...
2022-05-30 Samuel LeeMove types.h #undefs for wincrypt.h compatibility
2022-05-27 Hugo LandauQUIC wire format support
2022-05-23 Kijin KimAdd more SRTP protection profiles
2022-05-22 Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-22 Paulitolower: refine the tolower code to avoid a memory...
2022-05-21 Tomas MrazDrop ossl_namemap_add_name_n() and simplify ossl_namema...
2022-05-19 Henry BrausenAdd BSWAP4/BSWAP8 routines for riscv64 with Zbb
2022-05-19 Henry BrausenAdd basic RISC-V cpuid and OPENSSL_riscvcap
2022-05-19 Randall S. BeckerPrepare NonStop for fixed-size integer types.
2022-05-16 Tomas MrazFix BIO_get_ktls_send/recv to return 0 or 1 only
2022-05-13 Tomas MrazAlways try locale initialization from OPENSSL_strcasecmp
2022-05-13 Tomas MrazAdd fallback in case of locale initialization failure
2022-05-13 Tomas MrazAvoid code duplication for locale initialization
2022-05-13 Tomas MrazMove OPENSSL_strcasecmp() and related to o_str.c
2022-05-13 Tomas MrazFix build on OPENSSL_SYS_TANDEM and older POSIXes
2022-05-09 Nathan SidwellHeader file cleanup for C++20 header-units
2022-05-06 PauliRemove the _fetch_by_number functions
2022-05-05 Richard LevitteAdd method store cache flush and method removal to...
2022-05-05 Richard LevitteMake it possible to remove methods by the provider...
2022-05-05 Richard LevitteDon't empty the method store when flushing the query...
2022-05-05 Richard LevitteRefactor method construction pre- and post-condition
2022-05-05 Richard LevitteDrop ossl_provider_clear_all_operation_bits() and all...
2022-05-04 Dr. David von Oheimbobjects.txt: Add newly registered OIDs according to...
2022-05-03 Matt CaswellUpdate copyright year
2022-05-02 Tomas Mrazevp_md_init_internal: Avoid reallocating algctx if...
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-22 Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2022-04-14 Tomas MrazAdd error code for unsupported explicit parameters
2022-04-12 Daniel HuSM4 optimization for ARM by ASIMD
2022-04-06 Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-04-06 Hugo LandauRemove unused libctx functions (runonce, onfree)
2022-04-05 Daniel FialaRedefine macro X509_http_nbio to avoid using ocsp.h
2022-04-02 Viktor SöderqvistCMS sign digest
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-29 PauliAdd a divide rounding up safe math function.
2022-03-14 Tomas MrazReplace handling of negative verification result with...
2022-03-13 Hugo LandauEVP_MD performance fix (refcount cache contention)
2022-03-10 Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-03-10 Arran Cudbard-Bellasync_posix: Allow custom stack allocation functions...
2022-02-28 PauliChange `strlen' argument name to `strlength' to avoid...
2022-02-22 Deepankar Bhattach... chacha20 performance optimizations for ppc64le with...
2022-02-16 Weiguo LiAdd define guards to avoid multi-inclusion
2022-02-14 Armin FuerstAdd tests for do_updatedb
2022-02-10 Andrey MatyukovAES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
2022-02-08 Bernd EdlingerPrevent crash with engine using different openssl runtime
2022-02-07 Danny TsenFixed counter overflow
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-04 John BaldwinAdd support for Chacha20-Poly1305 to kernel TLS on...
2022-02-04 Juan Manuel GuerreroFix builds with DJGPP
2022-02-03 Todd ShortFix copyrights
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2022-02-03 Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2022-01-26 Richard LevitteAdd support for signed BIGNUMs in the OSSL_PARAM_BLD API
2022-01-25 XiaokangQianOptimize AES-GCM for uarchs with unroll and new instruc...
2022-01-24 Danny TsenAES-GCM performance optimzation with stitched method...
next