]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2022-08-18  Matt CaswellRemove unneccesary KTLS code from non-KTLS specific...
2022-08-18  Matt CaswellMove ktls.c into the record layer
2022-08-18  Matt CaswellDistinguish between fatal and non-fatal errors when...
2022-08-18  Matt CaswellImplement KTLS in the new read record layer code
2022-08-18  Matt CaswellMove protocol version specific code into separate files
2022-08-18  Matt CaswellEnsure various SSL options are passed down to the recor...
2022-08-18  Matt CaswellConvert TLSv1.3 code to use the new read side record...
2022-08-18  Matt CaswellConvert SSLv3 code to use the new read side record...
2022-08-18  Matt CaswellMove Record layer methods code into a sub-directory
2022-08-18  Matt CaswellMove the TLS1.0/1.1/1.2 record crypto code into the...
2022-08-18  Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18  Matt CaswellAdd a DTLSv1_listen() test
2022-08-18  Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-18  Matt CaswellMake settings and options parameters const in recordmet...
2022-08-18  Matt CaswellAdd a skeleton TLS record method
2022-08-18  Matt CaswellFix compilation issues in the imported recordmethod.h
2022-08-18  Matt CaswellAdd the recordmethod header from the draft design
2022-08-18  Todd ShortUpdate session timeout code with OSSL_TIME
2022-08-18  Matt CaswellAdd some documentation for X509_gmtime_adj()
2022-08-18  Dr. Matthias... Add CODE-OF-CONDUCT.md
2022-08-18  Lutz Jaenickecms: Create test for for purpose verification in cms...
2022-08-18  Lutz JaenickeX509: add tests for purpose code signing in verify...
2022-08-18  Lutz JaenickeX509: Add "code sign" as purpose for verification of...
2022-08-18  Lutz Jaenickecrypto/x509/x509_vpm.c: update format of X509_VERIFY_PA...
2022-08-18  Tomas MrazClarify documentation in regards to EC key parameters
2022-08-18  Tomas MrazAdd testcases for EVP_PKEY_get1_encoded_public_key
2022-08-18  Tomas Mrazec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_E...
2022-08-18  Dr. David von... Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRI...
2022-08-18  Richard LevitteRename "RX Frame Handler" to "RX Depacketizer" in the...
2022-08-18  Richard LevitteRX depacketizer (QUIC)
2022-08-17  valdaarhunFix memory leak in BN_rand_range()
2022-08-17  Matt CaswellEnsure we build ub sanitizer builds with -DPEDANTIC
2022-08-17  Matt CaswellDon't incorrectly skip the multiblock test
2022-08-17  slontisSHAKE documentation updates for default output length.
2022-08-17  Rohan McLureFix unrolled montgomery multiplication for POWER9
2022-08-17  Rohan McLureRevert "Revert "bn: Add fixed length (n=6), unrolled...
2022-08-17  Matt CaswellCRYPTO_mem_debug_push() and CRYPTO_mem_debug_pop()...
2022-08-17  Matt CaswellCorrect the documentation for OPENSSL_MALLOC_FD
2022-08-17  Clemens LangAPPS: genrsa: Support setting properties
2022-08-17  Clemens LangAPPS: dgst: Support properties when signing
2022-08-17  Clemens LangTEST: Check property query support of apps/pkey
2022-08-17  Clemens LangAPPS: pkeyparam: Support setting properties
2022-08-17  Clemens LangAPPS: ecparam: Support setting properties
2022-08-17  Clemens LangAPPS: dhparam: Support setting properties
2022-08-16  Dr. David von... test/timing_load_creds.c: fix coding style and other...
2022-08-16  Dr. David von... Rename the "timing" program to "timing_load_creds"...
2022-08-16  Rich SalzAdd a stand-alone "timing" program
2022-08-15  Hongren (Zenithal... Add ROTATE inline RISC-V zbb/zbkb asm for DES
2022-08-12  Juergen ChristFix asan finding in bio_tfo_test
2022-08-12  Juergen ChristFix asan finding in bio_addr
2022-08-12  PauliMake OSSL_TIME a structure
2022-08-12  Daiyuu NoboriVC++ 2008 or earlier x86 compilers do not have an inlin...
2022-08-10  Pauliproperty: make cache flushing slight less deterministic
2022-08-09  Juergen ChristFix GHASH-ASM implementation on s390x
2022-08-04  Sebastian Andrzej... test/evp_test: Test if EVP_DigestSign() set signature...
2022-08-04  Sebastian Andrzej... providers: Set the size of EC signature on s390.
2022-08-04  Kurt RoeckxChange name of parameter in documentation from sigret...
2022-08-04  Tomas MrazProperly document deprecation of DH_new() and related...
2022-08-04  Roberto Hueso... Fix EC_KEY_set_private_key() NULL priv_key docs
2022-08-04  Roberto Hueso... Add test for EC_KEY_set_private_key()
2022-08-04  Roberto Hueso... Fix EC_KEY_set_private_key() priv_key regression
2022-08-03  PauliNote that EVP_CIPHER_get_iv_length returns negative...
2022-08-03  PauliFix bug in EVP_CIPHER_CTX_get_iv_length()
2022-08-02  Dmitry BelyavskiyAvoid resource leaks in do_ssl3_write
2022-08-01  Todd ShortFree up space in the session cache before adding.
2022-08-01  Arne SchwabeFix wrong default algorithm in openssl pkcs12 help
2022-08-01  Rob Mc GeeUpdating ifdefs to account for xlclang compiler fronten...
2022-08-01  Todd ShortFix AES-GCM-SIV endian issues
2022-08-01  PauliCoverity 1507484: dereference before null check
2022-08-01  Dmitry BelyavskiyCheck that IV length is not less than zero
2022-08-01  Matt CaswellTest that swapping the first app data record with Finis...
2022-08-01  Matt CaswellFix SSL_pending() and SSL_has_pending() with DTLS
2022-07-29  Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-29  Hugo LandauQUIC Frame Encoding and Decoding Functions
2022-07-29  valdaarhunFixes segfault occurrence in PEM_write()
2022-07-29  GregoryTrzonkowskiCorrection: uncompressed is the default value
2022-07-29  Tomas MrazFix regression from GCM mode refactoring
2022-07-28  Tomas Mraztest_external_oqsprovider: Use working checkout of...
2022-07-28  Richard LevitteFix quotes install_fips in Configurations/windows-makef...
2022-07-28  Alon Bar-LevHandle SMIME_crlf_copy return code
2022-07-28  Alon Bar-LevREGRESSION: CMS_final: do not ignore CMS_dataFinal...
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-28  Matt CaswellAdd some documentation for the BIO_s_mem() datagram...
2022-07-28  Matt CaswellAdd a test for BIO_s_mem() when using datagrams
2022-07-28  Matt CaswellGive BIO_s_mem() the ability to support datagrams
2022-07-28  Joachim VandersmissenUpdate EVP_KDF-X942-ASN1.pod
2022-07-27  PauliGCM: record limit counter gets reset on AAD changes
2022-07-27  SlanternsRemove `no-{ssl|tls|tls1_3|dtls}-method` in INSTALL.md
2022-07-26  Dr. David von... x509_lu.c and x509_vfy.c: improve coding style, comment...
next