Resove some outstanding TODOs
[openssl.git] / include / openssl /
2022-09-23 Matt CaswellMove the record block_padding capability fully into...
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-23 Hugo LandauBIO_s_dgram_pair
2022-09-15 K1Add support for PBE using hmacWithSM3
2022-09-14 Hugo LandauAdd support for loading root CAs from Windows crypto API
2022-09-14 Hugo LandauFix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI env
2022-09-12 David CarlierOSSL_CRYPTO_ALLOC attribute introduction proposal.
2022-09-09 Todd ShortCleanup EBCDIC string defintions
2022-09-02 Dr. David von OheimbPKCS7: add notes to pkcs7.h.in and minor code cleanup...
2022-09-01 Dr. David von OheimbPKCS7_dataVerify(): fix missing use of CRLs in PKCS...
2022-09-01 Hugo LandauBIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
2022-08-24 Dr. David von Oheimbadd missing CRMF API function OSSL_CRMF_CERTTEMPLATE_ge...
2022-08-24 Dr. David von OheimbX509: clean up doc and implementation of X509{,_REQ...
2022-08-24 Dr. David von Oheimbx509_att.c: improve error checking and reporting and...
2022-08-23 K1Support decode SM2 parameters
2022-08-19 Hugo LandauBIO_sendmmsg/BIO_recvmmsg (API only)
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18 Matt CaswellRemove some final references to the SSL object in the...
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 Lutz JaenickeX509: Add "code sign" as purpose for verification of...
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
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-20 Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
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-16 Dr. David von OheimbCMS: add CMS_SignedData_verify(), a variant of CMS_veri...
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 Dr. David von OheimbCMS: Export CMS_EnvelopedData and add CMS_EnvelopedData...
2022-06-28 Lutz JaenickeObjects: Add OIDs needed for CAdES-Processing
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
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-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-23 Kijin KimAdd more SRTP protection profiles
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-09 Nathan SidwellHeader file cleanup for C++20 header-units
2022-05-04 Dr. David von Oheimbobjects.txt: Add newly registered OIDs according to...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2022-04-14 Tomas MrazAdd error code for unsupported explicit parameters
2022-04-06 Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-04-05 Daniel FialaRedefine macro X509_http_nbio to avoid using ocsp.h
2022-04-02 Viktor SöderqvistCMS sign digest
2022-03-14 Tomas MrazReplace handling of negative verification result with...
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-08 Bernd EdlingerPrevent crash with engine using different openssl runtime
2022-02-03 Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2022-01-23 Pauliself_test.h: fix the C++ wrapping
2022-01-21 yangyangtiantianlo... Fix the same BIO_FLAGS macro definition
2022-01-20 Richard LevitteAdd signed bn2bin and bin2bn functions
2022-01-19 PauliAdd context dup functions for digests and ciphers
2022-01-14 Shreenidhi ShediAdd a comment to indicate ineffective macro
2022-01-12 Paulierr: add additional errors
2022-01-07 Dr. David von Oheimbv2i_AUTHORITY_KEYID(): Improve error reporting on parsi...
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-05 Dimitris ApostolouFix typos
2022-01-03 Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
2022-01-03 Dr. David von Oheimbec.h: Explain use of strstr() for EVP_EC_gen() and...
2021-12-30 Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-10 Richard LevitteMake OSSL_provider_init() OPENSSL_EXPORT, not just...
2021-12-10 Sam Eatonchanges opensssl typos to openssl
2021-12-09 Dr. David von OheimbOSSL_HTTP_get(): Fix timeout handling on redirection
2021-11-24 Richard LevitteHave OSSL_PARAM_allocate_from_text() raise error on...
2021-11-24 Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2021-11-11 Job SnijdersAdd OID for RPKI id-ct-ASPA
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-09 Matt CaswellIncrease the default security level to 2
2021-10-05 Tianjia Zhangobj: Add SM4 GCM/CCM OID
2021-08-31 slontisAdd the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATURE
2021-08-30 Nicola TuveriFix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp...
2021-08-25 PauliAdd invalid input length error
2021-08-05 Paulifips: add power up test for TLS 1.3 KDF
2021-08-05 Paulitls/prov: move the TLS 1.3 KDF code to providers
2021-07-29 yangyangtiantianlo... Fix dtls timeout dead code
2021-07-29 Matt CaswellUpdate copyright year
2021-07-27 Matt CaswellMark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_...
2021-07-27 Tomas MrazECDSA_SIG_set0: r and s parameters cannot be NULL
2021-07-26 Richard LevitteEVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0...
2021-07-20 Paulierr: remove the derivation function is mandatory for...
2021-07-15 Paulievp: constify some OSSL_PARAM arguments
2021-07-14 Syrone WongFix OSSL_TRACE9 missing arg9
2021-07-11 Dr. David von OheimbFix legacy OCSP_REQ_CTX_http() function to expect ASN...
2021-07-06 Paulierr: remove ERR_GET_FUNC()
2021-06-30 Dr. David von OheimbOSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(...
2021-06-30 Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-24 Tomas Mraztrace: Do not produce dead code calling BIO_printf...
2021-06-24 Paulierr: add unable to get lock errors
next