summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Consolidate sequence counter incrementing codeMatt Caswell2022-10-201-0/+1
* Add `for_comp` flag when retrieving certs for compressionTodd Short2022-10-181-0/+1
* Add support for compressed certificates (RFC8879)Todd Short2022-10-186-8/+55
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-181-2/+0
* Add ZSTD compression support (RFC8478bis)Todd Short2022-10-184-0/+12
* Add brotli compression support (RFC7924)Todd Short2022-10-184-0/+13
* crypto: add preemptive threading supportČestmír Kalina2022-10-175-1/+189
* PKCS12_SAFEBAG_set0_attrs: Remove const from function signatureDaniel Fiala2022-10-131-1/+1
* Add vpaes-loongarch64.pl module.zhuchen2022-10-121-0/+7
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-2/+2
* Reimplement brainpool TLSv1.3 support group supportMatt Caswell2022-10-071-0/+9
* Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte2022-10-072-15/+16
* Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte2022-10-062-44/+2
* QUIC Send Stream ManagementHugo Landau2022-10-052-0/+334
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-053-2/+15
* Disable printf format checking on MinGWDaniel Fiala2022-10-041-0/+1
* Add Content Type OID for RPKI id-ct-signedTALJob Snijders2022-10-031-0/+4
* Avoid divide by 0 exceptionKelvin Lee2022-10-021-1/+1
* internal/asn1.h: Add missing '#include <openssl/bio.h>'Dr. David von Oheimb2022-09-301-0/+2
* djgpp: Define WATT32_NO_OLDIES before including socket headersJ.W. Jagersma2022-09-291-2/+2
* djgpp: Use usleep() for ossl_sleep()J.W. Jagersma2022-09-291-1/+1
* QUIC Flow ControlHugo Landau2022-09-262-0/+294
* Allow PKCS12 export to set arbitrary bag attributesGraham Woodward2022-09-234-2/+20
* Implement the RX DepacketizerRichard Levitte2022-09-231-0/+18
* Move the QUIC_CONNECTION typedef to internal headersRichard Levitte2022-09-231-0/+47
* Move the record block_padding capability fully into the record layerMatt Caswell2022-09-231-0/+1
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-236-2/+69
* BIO_s_dgram_pairHugo Landau2022-09-232-1/+35
* Add deferred datagram limit to QUIC Record Layer RXHugo Landau2022-09-222-4/+16
* Add support for PBE using hmacWithSM3K12022-09-151-0/+4
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-143-14/+11
* Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI envHugo Landau2022-09-142-2/+17
* Fix the OSSL_TIME fallback in include/internal/e_os.hRichard Levitte2022-09-141-0/+1
* Fix AES-GCM on Power 8 CPUsTomas Mraz2022-09-131-10/+2
* Fix white spacePauli2022-09-131-1/+1
* libcrypto: remove reliance on struct timevalPauli2022-09-131-9/+4
* time: add some additional utilities and document everythingPauli2022-09-131-9/+53
* OSSL_CRYPTO_ALLOC attribute introduction proposal.David Carlier2022-09-122-7/+17
* 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