| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup EBCDIC string defintions | Todd Short | 2022-09-09 | 1 | -72/+29 |
* | list: add a doubly linked list type. | Pauli | 2022-09-05 | 1 | -0/+130 |
* | aes_platform: add riscv32 zkn asm support | Hongren (Zenithal) Zheng | 2022-09-05 | 1 | -0/+19 |
* | PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/ | Dr. David von Oheimb | 2022-09-02 | 1 | -7/+7 |
* | TX key update support, RX time and PN reporting, general refactoring | Hugo Landau | 2022-09-02 | 5 | -60/+174 |
* | QUIC Record Layer (Refactor and TX Side) | Hugo Landau | 2022-09-02 | 6 | -322/+874 |
* | QUIC Demuxer and Record Layer (RX Side) | Hugo Landau | 2022-09-02 | 7 | -7/+1136 |
* | PKCS7_dataVerify(): fix missing use of CRLs in PKCS#7 message | Dr. David von Oheimb | 2022-09-01 | 1 | -1/+1 |
* | BIO_dgram support for BIO_sendmmsg/BIO_recvmmsg | Hugo Landau | 2022-09-01 | 3 | -3/+10 |
* | Updates for OSSL_TIME changes | Hugo Landau | 2022-08-24 | 1 | -5/+5 |
* | QUIC ACK Manager, Statistics Manager and Congestion Control API | Hugo Landau | 2022-08-24 | 5 | -0/+414 |
* | add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey() | Dr. David von Oheimb | 2022-08-24 | 1 | -2/+4 |
* | X509: clean up doc and implementation of X509{,_REQ}_check_private_key() | Dr. David von Oheimb | 2022-08-24 | 2 | -3/+4 |
* | x509_att.c: improve error checking and reporting and coding style | Dr. David von Oheimb | 2022-08-24 | 2 | -1/+2 |
* | Support decode SM2 parameters | K1 | 2022-08-23 | 1 | -0/+1 |
* | BIO_sendmmsg/BIO_recvmmsg (API only) | Hugo Landau | 2022-08-19 | 3 | -6/+56 |
* | Limit the size of various MAXCHUNK definitions | Pauli | 2022-08-19 | 1 | -1/+1 |
* | Remove some unnecessary function pointers from OSSL_RECORD_METHOD | Matt Caswell | 2022-08-18 | 1 | -0/+1 |
* | Remove some final references to the SSL object in the record layer | Matt Caswell | 2022-08-18 | 1 | -0/+2 |
* | Move early data counting out of the SSL object and into the record layer | Matt Caswell | 2022-08-18 | 1 | -5/+6 |
* | Remove use of SSL object for fragment length checking in record layer | Matt Caswell | 2022-08-18 | 1 | -4/+5 |
* | Make the record layer directly aware of EtM | Matt Caswell | 2022-08-18 | 2 | -0/+2 |
* | Implement KTLS in the new read record layer code | Matt Caswell | 2022-08-18 | 1 | -0/+1 |
* | Convert ssl3_get_record to tls_read_record | Matt Caswell | 2022-08-18 | 1 | -0/+2 |
* | Transfer the functionality from ssl3_read_n to the new record layer | Matt Caswell | 2022-08-18 | 2 | -1/+10 |
* | Update session timeout code with OSSL_TIME | Todd Short | 2022-08-18 | 1 | -0/+10 |
* | X509: Add "code sign" as purpose for verification of certificates | Lutz Jaenicke | 2022-08-18 | 1 | -1/+2 |
* | Make OSSL_TIME a structure | Pauli | 2022-08-12 | 1 | -30/+53 |
* | Implement AES-GCM-SIV (RFC8452) | Todd Short | 2022-07-29 | 3 | -0/+12 |
* | QUIC Frame Encoding and Decoding Functions | Hugo Landau | 2022-07-29 | 4 | -2/+852 |
* | Give BIO_s_mem() the ability to support datagrams | Matt Caswell | 2022-07-28 | 1 | -0/+1 |
* | x509_lu.c and x509_vfy.c: improve coding style, comments, and related doc | Dr. David von Oheimb | 2022-07-26 | 1 | -55/+53 |
* | Use separate function to get GCM functions | Todd Short | 2022-07-22 | 2 | -6/+13 |
* | Remove unused 1bit GCM implementation | Todd Short | 2022-07-22 | 1 | -9/+0 |
* | Remove unused 8bit GCM implementation | Todd Short | 2022-07-22 | 1 | -4/+0 |
* | Emit rev8 on __riscv_zbkb as on __riscv_zbb | marcfedorow | 2022-07-21 | 1 | -2/+2 |
* | Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg() | Dr. David von Oheimb | 2022-07-20 | 1 | -0/+1 |
* | "Reserve" the method store when constructing methods | Richard Levitte | 2022-07-20 | 2 | -0/+10 |
* | libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_t | Dr. David von Oheimb | 2022-07-19 | 1 | -1/+1 |
* | libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left() | Dr. David von Oheimb | 2022-07-19 | 3 | -1/+3 |
* | Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param() | Dr. David von Oheimb | 2022-07-19 | 1 | -0/+2 |
* | Use as small dh key size as possible to support the security | Tomas Mraz | 2022-07-18 | 1 | -1/+4 |
* | CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions | Dr. David von Oheimb | 2022-07-16 | 1 | -0/+7 |
* | Pre-declare all core dispatch table functions, and fix the internal ones | Richard Levitte | 2022-07-13 | 1 | -4/+4 |
* | Add config option OPENSSL_NO_UNIX_SOCK | Max Bachmann | 2022-07-08 | 1 | -1/+10 |
* | ssl: implement an event queue | Pauli | 2022-07-06 | 1 | -0/+163 |
* | ssl: add a zero time macro | Pauli | 2022-07-06 | 1 | -0/+3 |
* | Add additional include | Pauli | 2022-07-06 | 1 | -0/+1 |
* | CMP: introduce version 3, while version 2 stays the default | Dr. David von Oheimb | 2022-07-01 | 1 | -1/+3 |
* | Update the default macsaltlen and Add the configure for macsaltlen | Kan | 2022-06-30 | 1 | -0/+1 |