summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-12-12rsa: Add option to disable implicit rejectionHubert Kario
2022-12-12rsa: add implicit rejection in PKCS#1 v1.5Hubert Kario
2022-12-08signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-08prevent HPKE sender setting seq unwiselyStephen Farrell
2022-12-08OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-12-06Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.Patrick Mills
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-29providers: Add SM4 XTS implementationXu Yizhou
2022-11-29obj: Add SM4 XTS OIDXu Yizhou
2022-11-25Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell
2022-11-25Disable atomic refcounts with no-threadsJ.W. Jagersma
2022-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb
2022-11-24CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb
2022-11-24CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-23CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb
2022-11-23Improve FIPS RSA keygen performance.slontis
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-11-16Ensure that SIZE_MAX is defined where OSSL_SSIZE_MAX is used.Richard Levitte
2022-11-16list: add debug sanity checksPauli
2022-11-16list: add an is empty functionPauli
2022-11-16list: rename internal fieldsPauli
2022-11-16QUIC: use list.hPauli
2022-11-16QUIC ackm: use list.hPauli
2022-11-16uint_set: convert uint_set to use the list data typePauli
2022-11-15Propagate selection all the way on key exportSimo Sorce
2022-11-14Plug the QUIC_RSTREAM to the RX depacketizerTomas Mraz
2022-11-14QUIC Receive Stream Management: Call QUIC flow controlTomas Mraz
2022-11-14QUIC Receive Stream ManagementTomas Mraz
2022-11-14djgpp: Skip check for negative timevalJ.W. Jagersma
2022-11-11fuzz: add punycode decoder fuzz testPauli
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli
2022-11-07QUIC CFQ FixesHugo Landau
2022-11-07QUIC FIFDHugo Landau
2022-11-07QUIC TXPIMHugo Landau
2022-11-07QUIC CFQHugo Landau
2022-11-07Add zlib oneshot compressionTodd Short
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis
2022-11-02Release the drbg in the global default context before enginesTomas Mraz
2022-11-02Apply SM4 optimization patch to Kunpeng-920Xu Yizhou
2022-11-02Update FIPS KATs for 140-3Pauli
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-10-25Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte
2022-10-25Fix definitions of SHUT_RD and SHUT_WRRichard Levitte
2022-10-21crypto: thread: remove ossl_crypto_thread_native_terminateČestmír Kalina
2022-10-21crypto: thread: serialize concurrent joinsČestmír Kalina
2022-10-20Fix make updateMatt Caswell
2022-10-20Consolidate sequence counter incrementing codeMatt Caswell