openssl.git
2022-09-02 Hugo LandauQUIC Demuxer and Record Layer (RX Side)
2022-09-01 Tomas MrazDocument the return value of OSSL_LIB_CTX_load_config()
2022-09-01 Tobias BrunnerFix documented max. length for info buffer in HKDF
2022-09-01 Dr. David von... PKCS7_dataVerify(): fix missing use of CRLs in PKCS...
2022-09-01 Tomas MrazRemove unused dtls1_bitmap.c
2022-09-01 Hugo LandauBIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
2022-09-01 Daniel HuImprove chacha20 perfomance on aarch64 by interleaving...
2022-08-31 Juergen ChristFix memory leak with TLS1.2 compression
2022-08-31 Juergen Christapps/speed.c: Wait for generated children
2022-08-30 Stefanos HarhalakisFix man page to indicate SHA256 MAC for PKCS12
2022-08-29 Matt CaswellTest that we ignore a bad record version in a plaintext...
2022-08-29 Matt CaswellTolerate a bad record version in TLSv1.3 plaintext...
2022-08-29 Tomas MrazAdd design requirements for QUIC packet demuxer
2022-08-27 Dr. David von... ERR: Make CRYPTO_malloc() and friends report ERR_R_MALL...
2022-08-26 Daniel FialaConvert serverinfo in SSL_CTX_use_serverinfo() to v2.
2022-08-25 PauliAdd missing ')' to command help
2022-08-24 Matt CaswellDrop the optimisation level for ppc64le cross-compile
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... CMP: correct handling of fallback subject in OSSL_CMP_C...
2022-08-24 Dr. David von... CMP: fix crash in check_transactionID_or_nonce() on...
2022-08-24 Dr. David von... CRMF: make create_popo_signature() check that pubkey...
2022-08-24 Dr. David von... add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_ge...
2022-08-24 Dr. David von... X509: clean up doc and implementation of X509{,_REQ...
2022-08-24 Dr. David von... x509_att.c: improve error checking and reporting and...
2022-08-24 Dr. David von... add missing doc of X509_REQ_get_extensions() and X509_R...
2022-08-24 Dr. David von... X509_REQ_get_extensions: add error queue entry on ill...
2022-08-23 Richard Levitteutil/wrap.pl.in: If the subprocess died with a signal...
2022-08-23 Matt CaswellFix the return type for the rlayer_skip_early_data...
2022-08-23 Tomas Mrazrl->enc_ctx must be non-NULL and cipher must be set
2022-08-23 Tomas MrazDo not use RLAYERfatal on NULL RLAYER
2022-08-23 PauliCoverity 1508532: out of bounds access
2022-08-23 Dr. David von... OSSL_HTTP_REQ_CTX_nbio: add support for partial content...
2022-08-23 Dr. David von... app_http_tls_cb() and tls_error_hint(): code cleanup
2022-08-23 Dr. David von... Makefile: Generate crypto objects only as far as needed
2022-08-23 Dr. David von... Makefile: Call mknum.pl on 'make ordinals' only if...
2022-08-23 K1Support decode SM2 parameters
2022-08-23 Ryan KelleyMoving notify check after the no time check
2022-08-23 Dmitry Belyavskiyopenssl speed fails in FIPS mode
2022-08-23 Tobias NießenFix typo in migration guide
2022-08-23 Tomas MrazAlways automatically add -DPEDANTIC with enable-ubsan
2022-08-22 Todd ShortFix doc-nits
2022-08-22 Tianjia Zhangevp: Use functions instead of direct structure field...
2022-08-22 Tianjia Zhangevp: Simplify ARIA aead cipher definition
2022-08-22 Piotr KubajAdd BSD-armv4 target based on linux-armv4
2022-08-20 Jeff CroxellClarify dashes are required for openssl list command
2022-08-19 Todd ShortUpdate gitignore
2022-08-19 Hugo LandauBIO_sendmmsg/BIO_recvmmsg (API only)
2022-08-19 PauliLimit the size of various MAXCHUNK definitions
2022-08-18 PauliCoverity: misuses of time_t
2022-08-18 Matt CaswellCheck record layer callbacks are non-null
2022-08-18 Matt CaswellFormatting cleanups
2022-08-18 Matt CaswellRemove redefinition of macros
2022-08-18 Matt CaswellRemove redefinition of SSL_AD_NO_ALERT
2022-08-18 Matt CaswellEnsure the rrl object is set to NULL after it is freed
2022-08-18 Matt CaswellRename some functions to be more consistent
2022-08-18 Matt CaswellRename DTLS1_BITMAP to DTLS_BITMAP
2022-08-18 Matt CaswellRemove ssl/record/README.md
2022-08-18 Matt CaswellStandardise type for epoch
2022-08-18 Matt CaswellRemove the SSL3_RECORD read field
2022-08-18 Matt CaswellAdd a CHANGES.md entry for the record layer changes
2022-08-18 Matt CaswellClean up some SCTP releated issues
2022-08-18 Matt CaswellEnsure various record layer options can be updated
2022-08-18 Matt CaswellRemove some redundant code
2022-08-18 Matt CaswellUpdate the tls13encryptiontest for new read record...
2022-08-18 Matt CaswellImplement a human readable state function for the recor...
2022-08-18 Matt CaswellCorrect some formatting errors in tls1_meth.c
2022-08-18 Matt CaswellMove SSL_MODE_RELEASE_BUFFERS into the read record...
2022-08-18 Matt CaswellRemove a redundant TODO
2022-08-18 Matt CaswellCleanse the SSLv3 MAC secret when we clean up the read...
2022-08-18 Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18 Matt CaswellRemove an unnecessary setup of the read buffer
2022-08-18 Matt CaswellClear away some unused fields and cruft in the record...
2022-08-18 Matt CaswellRemove some references to rlayer.rstate
2022-08-18 Matt CaswellEnsure we use a dgram mem BIO for the DTLS record layer
2022-08-18 Matt CaswellRemove some more redundant TODO(RECLAYER) comments
2022-08-18 Matt CaswellResolve a TODO(RECLAYER) in the SSLv3 code
2022-08-18 Matt CaswellRemove some TODO(RECLAYER) comments
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18 Matt CaswellStandardise some DTLS record layer naming
2022-08-18 Matt CaswellRemove some remaining SSL object references from DTLS...
2022-08-18 Matt CaswellPush unprocessed DTLS records from one record layer...
2022-08-18 Matt CaswellRemove reliance on the SSL object from the DTLS read...
2022-08-18 Matt CaswellMove some DTLS read code into the read record layer
2022-08-18 Matt CaswellRemove some final references to the SSL object in the...
2022-08-18 Matt CaswellRemove the separation betweeen enc_read_ctx and enc_wri...
2022-08-18 Matt CaswellEnable the record layer to call the ssl_security callback
2022-08-18 Matt CaswellUse a record layer specific message callback
2022-08-18 Matt CaswellMove early data counting out of the SSL object and...
2022-08-18 Matt CaswellMove the sequence number into the OSSL_RECORD_LAYER...
2022-08-18 Matt CaswellRemove use of SSL object for fragment length checking...
2022-08-18 Matt CaswellRemove use of ossl_statem_in_error() from the record...
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellRemove SSL_USE_EXPLICT_IV() from the record layer methods
2022-08-18 Matt CaswellRemove some use of SSL object from record layer
2022-08-18 Matt CaswellUpdate the oqs-provider submodule to a more recent...
2022-08-18 Matt CaswellDisallow SSL2_VERSION record version in an SSLv3 record...
2022-08-18 Matt CaswellFix some no-comp compilation failures
2022-08-18 Matt CaswellAdd support for moving data from one epoch to the next
2022-08-18 Matt CaswellAdd a test for read_ahead data crossing a key change
next