summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup EBCDIC string defintionsTodd Short2022-09-091-72/+29
* list: add a doubly linked list type.Pauli2022-09-051-0/+130
* aes_platform: add riscv32 zkn asm supportHongren (Zenithal) Zheng2022-09-051-0/+19
* PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb2022-09-021-7/+7
* TX key update support, RX time and PN reporting, general refactoringHugo Landau2022-09-025-60/+174
* QUIC Record Layer (Refactor and TX Side)Hugo Landau2022-09-026-322/+874
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-027-7/+1136
* PKCS7_dataVerify(): fix missing use of CRLs in PKCS#7 messageDr. David von Oheimb2022-09-011-1/+1
* BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau2022-09-013-3/+10
* Updates for OSSL_TIME changesHugo Landau2022-08-241-5/+5
* QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau2022-08-245-0/+414
* add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()Dr. David von Oheimb2022-08-241-2/+4
* X509: clean up doc and implementation of X509{,_REQ}_check_private_key()Dr. David von Oheimb2022-08-242-3/+4
* x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb2022-08-242-1/+2
* Support decode SM2 parametersK12022-08-231-0/+1
* BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau2022-08-193-6/+56
* Limit the size of various MAXCHUNK definitionsPauli2022-08-191-1/+1
* Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell2022-08-181-0/+1
* Remove some final references to the SSL object in the record layerMatt Caswell2022-08-181-0/+2
* Move early data counting out of the SSL object and into the record layerMatt Caswell2022-08-181-5/+6
* Remove use of SSL object for fragment length checking in record layerMatt Caswell2022-08-181-4/+5
* Make the record layer directly aware of EtMMatt Caswell2022-08-182-0/+2
* Implement KTLS in the new read record layer codeMatt Caswell2022-08-181-0/+1
* Convert ssl3_get_record to tls_read_recordMatt Caswell2022-08-181-0/+2
* Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell2022-08-182-1/+10
* Update session timeout code with OSSL_TIMETodd Short2022-08-181-0/+10
* X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke2022-08-181-1/+2
* Make OSSL_TIME a structurePauli2022-08-121-30/+53
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-293-0/+12
* QUIC Frame Encoding and Decoding FunctionsHugo Landau2022-07-294-2/+852
* Give BIO_s_mem() the ability to support datagramsMatt Caswell2022-07-281-0/+1
* x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb2022-07-261-55/+53
* Use separate function to get GCM functionsTodd Short2022-07-222-6/+13
* Remove unused 1bit GCM implementationTodd Short2022-07-221-9/+0
* Remove unused 8bit GCM implementationTodd Short2022-07-221-4/+0
* Emit rev8 on __riscv_zbkb as on __riscv_zbbmarcfedorow2022-07-211-2/+2
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-0/+1
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-202-0/+10
* libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb2022-07-191-1/+1
* libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb2022-07-193-1/+3
* Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb2022-07-191-0/+2
* Use as small dh key size as possible to support the securityTomas Mraz2022-07-181-1/+4
* CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb2022-07-161-0/+7
* Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte2022-07-131-4/+4
* Add config option OPENSSL_NO_UNIX_SOCKMax Bachmann2022-07-081-1/+10
* ssl: implement an event queuePauli2022-07-061-0/+163
* ssl: add a zero time macroPauli2022-07-061-0/+3
* Add additional includePauli2022-07-061-0/+1
* CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb2022-07-011-1/+3
* Update the default macsaltlen and Add the configure for macsaltlenKan2022-06-301-0/+1