summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-09-02QUIC Record Layer (Refactor and TX Side)Hugo Landau
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau
2022-09-01PKCS7_dataVerify(): fix missing use of CRLs in PKCS#7 messageDr. David von Oheimb
2022-09-01BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau
2022-08-24Updates for OSSL_TIME changesHugo Landau
2022-08-24QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau
2022-08-24add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()Dr. David von Oheimb
2022-08-24X509: clean up doc and implementation of X509{,_REQ}_check_private_key()Dr. David von Oheimb
2022-08-24x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb
2022-08-23Support decode SM2 parametersK1
2022-08-19BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau
2022-08-19Limit the size of various MAXCHUNK definitionsPauli
2022-08-18Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell
2022-08-18Remove some final references to the SSL object in the record layerMatt Caswell
2022-08-18Move early data counting out of the SSL object and into the record layerMatt Caswell
2022-08-18Remove use of SSL object for fragment length checking in record layerMatt Caswell
2022-08-18Make the record layer directly aware of EtMMatt Caswell
2022-08-18Implement KTLS in the new read record layer codeMatt Caswell
2022-08-18Convert ssl3_get_record to tls_read_recordMatt Caswell
2022-08-18Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell
2022-08-18Update session timeout code with OSSL_TIMETodd Short
2022-08-18X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke
2022-08-12Make OSSL_TIME a structurePauli
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-29QUIC Frame Encoding and Decoding FunctionsHugo Landau
2022-07-28Give BIO_s_mem() the ability to support datagramsMatt Caswell
2022-07-26x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb
2022-07-22Use separate function to get GCM functionsTodd Short
2022-07-22Remove unused 1bit GCM implementationTodd Short
2022-07-22Remove unused 8bit GCM implementationTodd Short
2022-07-21Emit rev8 on __riscv_zbkb as on __riscv_zbbmarcfedorow
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-19libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-07-19Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb
2022-07-18Use as small dh key size as possible to support the securityTomas Mraz
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-07-08Add config option OPENSSL_NO_UNIX_SOCKMax Bachmann
2022-07-06ssl: implement an event queuePauli
2022-07-06ssl: add a zero time macroPauli
2022-07-06Add additional includePauli
2022-07-01CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb
2022-06-30Update the default macsaltlen and Add the configure for macsaltlenKan
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-28CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-06-28Objects: Add OIDs needed for CAdES-ProcessingLutz Jaenicke
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-22Add ROTATE inline asm support for SM3Hongren (Zenithal) Zheng