Fix coverity 1516093 tainted scalar
[openssl.git] / include /
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...
2022-09-01 Hugo LandauBIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
2022-08-24 Hugo LandauUpdates for OSSL_TIME changes
2022-08-24 Hugo LandauQUIC ACK Manager, Statistics Manager and Congestion...
2022-08-24 Dr. David von Oheimbadd missing CRMF API function OSSL_CRMF_CERTTEMPLATE_ge...
2022-08-24 Dr. David von OheimbX509: clean up doc and implementation of X509{,_REQ...
2022-08-24 Dr. David von Oheimbx509_att.c: improve error checking and reporting and...
2022-08-23 K1Support decode SM2 parameters
2022-08-19 Hugo LandauBIO_sendmmsg/BIO_recvmmsg (API only)
2022-08-19 PauliLimit the size of various MAXCHUNK definitions
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18 Matt CaswellRemove some final references to the SSL object in the...
2022-08-18 Matt CaswellMove early data counting out of the SSL object and...
2022-08-18 Matt CaswellRemove use of SSL object for fragment length checking...
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-18 Todd ShortUpdate session timeout code with OSSL_TIME
2022-08-18 Lutz JaenickeX509: Add "code sign" as purpose for verification of...
2022-08-12 PauliMake OSSL_TIME a structure
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-29 Hugo LandauQUIC Frame Encoding and Decoding Functions
2022-07-28 Matt CaswellGive BIO_s_mem() the ability to support datagrams
2022-07-26 Dr. David von Oheimbx509_lu.c and x509_vfy.c: improve coding style, comment...
2022-07-22 Todd ShortUse separate function to get GCM functions
2022-07-22 Todd ShortRemove unused 1bit GCM implementation
2022-07-22 Todd ShortRemove unused 8bit GCM implementation
2022-07-21 marcfedorowEmit rev8 on __riscv_zbkb as on __riscv_zbb
2022-07-20 Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-07-20 Richard Levitte"Reserve" the method store when constructing methods
2022-07-19 Dr. David von Oheimblibcrypto and test: rename asn1_string_to_time_t to...
2022-07-19 Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-19 Dr. David von OheimbAdd X509_PUBKEY_set0_public_key(), extracted from X509_...
2022-07-18 Tomas MrazUse as small dh key size as possible to support the...
2022-07-16 Dr. David von OheimbCMS: add CMS_SignedData_verify(), a variant of CMS_veri...
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-07-08 Max BachmannAdd config option OPENSSL_NO_UNIX_SOCK
2022-07-06 Paulissl: implement an event queue
2022-07-06 Paulissl: add a zero time macro
2022-07-06 PauliAdd additional include
2022-07-01 Dr. David von OheimbCMP: introduce version 3, while version 2 stays the...
2022-06-30 KanUpdate the default macsaltlen and Add the configure...
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-28 Dr. David von OheimbCMS: Export CMS_EnvelopedData and add CMS_EnvelopedData...
2022-06-28 Lutz JaenickeObjects: Add OIDs needed for CAdES-Processing
2022-06-27 Daniel Fialader_writer: Use uint32_t instead of long.
2022-06-22 Hongren (Zenithal... Add ROTATE inline asm support for SM3
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-22 Paulissl: expose the get time function internally
2022-06-22 Pauliadd priority queue implementation
2022-06-16 Michael BaentschFix for OSSL_PARAM sample code referencing OSSL_PARAM_U...
2022-06-13 slontisRSA keygen update: Raise an error if no prime candidate...
2022-06-10 Hongren (Zenithal... aes_platform: add riscv64 zkn asm support
next