test/param_build_test.c: test zero BIGNUM
[openssl.git] / include /
2022-12-22 Tomas MrazAvoid ifdefs in trace categories
2022-12-22 Matt CaswellEnsure ossl_cms_EncryptedContent_init_bio() reports...
2022-12-14 Tomas MrazDo not build P10-specific AES-GCM assembler on AIX
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-12-12 James MuirFix-up to f3090fc7
2022-12-12 Hubert Kariorsa: Add option to disable implicit rejection
2022-12-12 Hubert Kariorsa: add implicit rejection in PKCS#1 v1.5
2022-12-08 Clemens Langsignature: Clamp PSS salt len to MD len
2022-12-08 Stephen Farrellprevent HPKE sender setting seq unwisely
2022-12-08 Dr. David von OheimbOSSL_CMP_validate_msg(): make sure to reject protection...
2022-12-06 Patrick MillsImplement OSSL_PROVIDER_get0_default_search_path, add...
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-29 Xu Yizhouproviders: Add SM4 XTS implementation
2022-11-29 Xu Yizhouobj: Add SM4 XTS OID
2022-11-25 Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-11-25 J.W. JagersmaDisable atomic refcounts with no-threads
2022-11-25 Dr. David von Oheimbadd missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-24 Dr. David von OheimbCMP: fix status held in OSSL_CMP_CTX, in particular...
2022-11-24 Dr. David von OheimbCMP+CRMF: fix formatting nits in crypto/, include/...
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-24 Hugo LandauQUIC TX Packetiser and Streams Mapper
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-23 Dr. David von OheimbCMP: add API functions OSSL_CMP_CTX_get0_libctx() and...
2022-11-23 slontisImprove FIPS RSA keygen performance.
2022-11-21 slontisImprove FIPS RSA keygen performance.
2022-11-16 Richard LevitteEnsure that SIZE_MAX is defined where OSSL_SSIZE_MAX...
2022-11-16 Paulilist: add debug sanity checks
2022-11-16 Paulilist: add an is empty function
2022-11-16 Paulilist: rename internal fields
2022-11-16 PauliQUIC: use list.h
2022-11-16 PauliQUIC ackm: use list.h
2022-11-16 Pauliuint_set: convert uint_set to use the list data type
2022-11-15 Simo SorcePropagate selection all the way on key export
2022-11-14 Tomas MrazPlug the QUIC_RSTREAM to the RX depacketizer
2022-11-14 Tomas MrazQUIC Receive Stream Management: Call QUIC flow control
2022-11-14 Tomas MrazQUIC Receive Stream Management
2022-11-14 J.W. Jagersmadjgpp: Skip check for negative timeval
2022-11-10 Paulifuzz: add punycode decoder fuzz test
2022-11-10 Paulipunycode: update to use WPACKET instead of using custom...
2022-11-07 Hugo LandauQUIC CFQ Fixes
2022-11-07 Hugo LandauQUIC FIFD
2022-11-07 Hugo LandauQUIC TXPIM
2022-11-07 Hugo LandauQUIC CFQ
2022-11-07 Todd ShortAdd zlib oneshot compression
2022-11-02 slontisAdd d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.
2022-11-02 Tomas MrazRelease the drbg in the global default context before...
2022-11-01 Xu YizhouApply SM4 optimization patch to Kunpeng-920
2022-11-01 PauliUpdate FIPS KATs for 140-3
2022-11-01 Paulirand: add set0 calls for the private and public DRBGs
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC_ACKM / QUIC_CC
2022-10-25 Richard LevitteFix definitions of SHUT_RD and SHUT_WR
2022-10-21 Čestmír Kalinacrypto: thread: remove ossl_crypto_thread_native_terminate
2022-10-21 Čestmír Kalinacrypto: thread: serialize concurrent joins
2022-10-20 Matt CaswellFix make update
2022-10-20 Matt CaswellConsolidate sequence counter incrementing code
2022-10-18 Todd ShortAdd `for_comp` flag when retrieving certs for compression
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-18 Todd ShortConvert ZLIB defines to OPENSSL_NO_ZLIB
2022-10-18 Todd ShortAdd ZSTD compression support (RFC8478bis)
2022-10-18 Todd ShortAdd brotli compression support (RFC7924)
2022-10-17 Čestmír Kalinacrypto: add preemptive threading support
2022-10-13 Daniel FialaPKCS12_SAFEBAG_set0_attrs: Remove const from function...
2022-10-12 zhuchenAdd vpaes-loongarch64.pl module.
2022-10-12 FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-10-07 Matt CaswellReimplement brainpool TLSv1.3 support group support
2022-10-07 Richard LevitteChange all references to OpenSSL 3.1 to OpenSSL 3.2...
2022-10-06 Richard LevitteRename ossl_sleep() to OSSL_sleep() and make it public
2022-10-05 Hugo LandauQUIC Send Stream Management
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-10-04 Daniel FialaDisable printf format checking on MinGW
2022-10-03 Job SnijdersAdd Content Type OID for RPKI id-ct-signedTAL
2022-10-02 Kelvin LeeAvoid divide by 0 exception
2022-09-30 Dr. David von Oheimbinternal/asn1.h: Add missing '#include <openssl/bio.h>'
2022-09-29 J.W. Jagersmadjgpp: Define WATT32_NO_OLDIES before including socket...
2022-09-29 J.W. Jagersmadjgpp: Use usleep() for ossl_sleep()
2022-09-26 Hugo LandauQUIC Flow Control
2022-09-23 Graham WoodwardAllow PKCS12 export to set arbitrary bag attributes
2022-09-23 Richard LevitteImplement the RX Depacketizer
2022-09-23 Richard LevitteMove the QUIC_CONNECTION typedef to internal headers
2022-09-23 Matt CaswellMove the record block_padding capability fully into...
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-23 Hugo LandauBIO_s_dgram_pair
2022-09-22 Hugo LandauAdd deferred datagram limit to QUIC Record Layer RX
2022-09-15 K1Add support for PBE using hmacWithSM3
2022-09-14 Hugo LandauAdd support for loading root CAs from Windows crypto API
2022-09-14 Hugo LandauFix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI env
2022-09-14 Richard LevitteFix the OSSL_TIME fallback in include/internal/e_os.h
2022-09-13 Tomas MrazFix AES-GCM on Power 8 CPUs
2022-09-13 PauliFix white space
2022-09-13 Paulilibcrypto: remove reliance on struct timeval
2022-09-13 Paulitime: add some additional utilities and document everything
2022-09-12 David CarlierOSSL_CRYPTO_ALLOC attribute introduction proposal.
2022-09-09 Todd ShortCleanup EBCDIC string defintions
2022-09-05 Paulilist: add a doubly linked list type.
2022-09-05 Hongren (Zenithal... aes_platform: add riscv32 zkn asm support
2022-09-02 Dr. David von OheimbPKCS7: add notes to pkcs7.h.in and minor code cleanup...
2022-09-02 Hugo LandauTX key update support, RX time and PN reporting, genera...
2022-09-02 Hugo LandauQUIC Record Layer (Refactor and TX Side)
2022-09-02 Hugo LandauQUIC Demuxer and Record Layer (RX Side)
2022-09-01 Dr. David von OheimbPKCS7_dataVerify(): fix missing use of CRLs in PKCS...
next