summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-09-23BIO_s_dgram_pairHugo Landau
2022-09-22Add deferred datagram limit to QUIC Record Layer RXHugo Landau
2022-09-15Add support for PBE using hmacWithSM3K1
2022-09-14Add support for loading root CAs from Windows crypto APIHugo Landau
2022-09-14Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI envHugo Landau
2022-09-14Fix the OSSL_TIME fallback in include/internal/e_os.hRichard Levitte
2022-09-13Fix AES-GCM on Power 8 CPUsTomas Mraz
2022-09-13Fix white spacePauli
2022-09-13libcrypto: remove reliance on struct timevalPauli
2022-09-13time: add some additional utilities and document everythingPauli
2022-09-12OSSL_CRYPTO_ALLOC attribute introduction proposal.David Carlier
2022-09-09Cleanup EBCDIC string defintionsTodd Short
2022-09-05list: add a doubly linked list type.Pauli
2022-09-05aes_platform: add riscv32 zkn asm supportHongren (Zenithal) Zheng
2022-09-02PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb
2022-09-02TX key update support, RX time and PN reporting, general refactoringHugo Landau
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