summaryrefslogtreecommitdiff
path: root/include/openssl
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell2022-12-221-0/+1
* Make error reason for disallowed legacy sigalg more specificTomas Mraz2022-12-131-0/+1
* Fix-up to f3090fc7James Muir2022-12-131-1/+1
* rsa: Add option to disable implicit rejectionHubert Kario2022-12-122-0/+7
* signature: Clamp PSS salt len to MD lenClemens Lang2022-12-082-0/+4
* prevent HPKE sender setting seq unwiselyStephen Farrell2022-12-081-1/+8
* OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb2022-12-081-1/+3
* Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.Patrick Mills2022-12-061-1/+2
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-0/+4
* providers: Add SM4 XTS implementationXu Yizhou2022-11-291-0/+1
* obj: Add SM4 XTS OIDXu Yizhou2022-11-291-0/+5
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-252-1/+147
* add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb2022-11-251-0/+1
* CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb2022-11-241-6/+9
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-241-1/+1
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-242-1/+8
* CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb2022-11-231-0/+2
* Improve FIPS RSA keygen performance.slontis2022-11-211-0/+1
* Add zlib oneshot compressionTodd Short2022-11-071-0/+1
* Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis2022-11-021-0/+4
* Update FIPS KATs for 140-3Pauli2022-11-021-0/+2
* rand: add set0 calls for the private and public DRBGsPauli2022-11-022-0/+3
* Fix make updateMatt Caswell2022-10-201-1/+1
* 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-183-0/+11
* Add brotli compression support (RFC7924)Todd Short2022-10-183-0/+12
* crypto: add preemptive threading supportČestmír Kalina2022-10-171-0/+23
* PKCS12_SAFEBAG_set0_attrs: Remove const from function signatureDaniel Fiala2022-10-131-1/+1
* 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-061-0/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-052-1/+14
* 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
* Allow PKCS12 export to set arbitrary bag attributesGraham Woodward2022-09-233-1/+19
* 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-233-1/+17
* BIO_s_dgram_pairHugo Landau2022-09-232-1/+35
* Add support for PBE using hmacWithSM3K12022-09-151-0/+4
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-141-0/+1
* Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI envHugo Landau2022-09-141-0/+2
* OSSL_CRYPTO_ALLOC attribute introduction proposal.David Carlier2022-09-122-7/+17
* Cleanup EBCDIC string defintionsTodd Short2022-09-091-72/+29
* PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb2022-09-021-7/+7
* 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-011-2/+2