]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2023-07-06  Matt CaswellEnable QUIC by default
2023-07-06  Marcin KolnyAdd limited support for WebAssembly WASI target
2023-07-06  Heiko Stuebnerriscv: Clarify dual-licensing wording for GCM and AES
2023-07-04  Hugo LandauRework options handling
2023-07-04  Hugo LandauSimplify QUIC API masking
2023-07-04  Hugo LandauUpdate SSL options handling
2023-07-04  Hugo LandauMinor updates
2023-07-04  Hugo LandauQUIC: Fix multistream test 19
2023-07-04  Hugo Landaumake update
2023-07-04  Hugo LandauRemove unused server code
2023-07-04  Hugo LandauMinor fixes
2023-07-04  Hugo LandauQUIC SSL: Block SSL_clear
2023-07-04  Hugo LandauQUIC SSL: Block SSL_dup
2023-07-04  Hugo LandauQUIC SSL: SSL_set_quiet_shutdown
2023-07-04  Hugo LandauQUIC SSL: Restrict SSL_CTX_set_ssl_version, SSL_set_ssl...
2023-07-04  Hugo LandauQUIC SSL: Version setting restrictions
2023-07-04  Hugo LandauQUIC SSL: Forbid pipeline-related operations
2023-07-04  Hugo LandauQUIC SSL: SSL_set_fd for BIO_s_datagram
2023-07-04  Hugo LandauQUIC SSL: HelloRetryRequest
2023-07-04  Hugo LandauQUIC SSL: Buffer Management
2023-07-04  Hugo LandauQUIC SSL: Prohibit early data functionailty
2023-07-04  Hugo LandauQUIC SSL: Prohibit readahead-related functions
2023-07-04  Hugo LandauQUIC: Implement SSL_has_pending
2023-07-04  Hugo LandauQUIC: Implement SSL_rstate_string(_long)
2023-07-04  Hugo LandauQUIC: Prohibit post-handshake auth
2023-07-04  Hugo LandauQUIC: Control SSL option setting
2023-07-04  Hugo LandauQUIC: Forbid NPN
2023-07-04  Hugo LandauQUIC: Forbid non-QUIC ciphers
2023-07-04  Hugo LandauQUIC TLS: Prohibit SRTP-related calls for QUIC TLS
2023-07-04  Hugo LandauQUIC SSL Behaviours: Allow detection of an SSL connecti...
2023-07-04  Paulifix memory allocation and reference counting issues
2023-07-04  Paulidoc: update ref count doc in light of refactoring
2023-07-04  Tomas Mraz80-test_ssl_new.t: Test 14-curves.cnf depends on enable...
2023-07-04  Tomas MrazReorganize runchecker jobs
2023-07-03  Tomas Mraz70-test_tls13hrr.t: Use P-521 instead of X25519 for...
2023-07-02  Tomas MrazDocument the effect of SSL_OP_CLEANSE_PLAINTEXT on...
2023-07-02  Tomas MrazCleanse data in send and receive ring buffers on release
2023-07-02  Tomas MrazCleanse also the send stream data with SSL_OP_CLEANSE_P...
2023-07-02  Todd ShortUpdate .gitignore with LSP files
2023-07-02  Paulifips: use correct field names when generating fipsmodul...
2023-07-01  Paulievp: update to structure based atomics
2023-07-01  Paulix509: update to structure based atomics
2023-07-01  Pauliprov(legacy): update to structure based atomics
2023-07-01  Pauliencoder: update to structure based atomics
2023-07-01  Pauliquic: update to structure based atomics
2023-07-01  Paulitls: update to structure based atomics
2023-07-01  Paulitest: update to structure based atomics
2023-07-01  Paulistore: update to structure based atomics
2023-07-01  Paulirsa: update to structure based atomics
2023-07-01  Pauliprovider: update to structure based atomics
2023-07-01  Pauliecx: update to structure based atomics
2023-07-01  Pauliec: update to structure based atomics
2023-07-01  Pauliasn1: update to structure based atomics
2023-07-01  Paulidso: update to structure based atomics
2023-07-01  Paulidsa: update to structure based atomics
2023-07-01  Paulidh: update to structure based atomics
2023-07-01  Paulibio: update to structure based atomics
2023-07-01  Pauliengine: update to structure based atomics
2023-07-01  Paulirefcnt: convert references counts to a structure
2023-06-30  Yi Liconf/conf_sap.c: correct return of ossl_config_int...
2023-06-30  Duncan ThomsonFix OSSL_PROVIDER_try_load() retain_fallbacks doc
2023-06-30  Jakub Wilkopenssl-rsautl.pod: Add missing comma
2023-06-30  Dimitri PapadopoulosFix new typo found by codespell in demo
2023-06-30  Dimitri PapadopoulosFix new typos found by codespell in documentation
2023-06-30  Dimitri PapadopoulosFix new typos found by codespell in man pages
2023-06-30  Sam JamesCI: add GCC 13
2023-06-29  Matt CaswellFix typos in s_client
2023-06-29  Tomas Mrazhpke.h, thread.h: Add extern "C" for C++ inclusion
2023-06-29  Tomas MrazDo not use stitched AES-GCM implementation on PPC32
2023-06-28  Jonathan M... fix: add fuzz oids
2023-06-28  Jonathan M... feat: add missing pki / pmi object identifiers
2023-06-28  Hugo LandauFix multistream test script 18
2023-06-28  Jörg Sommeropenssl speed -multi -evp prints wrong algorithm name
2023-06-28  Paulidesign proposal: fast param location outline
2023-06-27  Matt CaswellAdd a tutorial on writing a simple blocking QUIC client
2023-06-27  Matt CaswellBefore we do anything the ping deadline is infinite
2023-06-27  Matt CaswellEnsure SSL_connect() actually blocks if we are in block...
2023-06-27  Matt CaswellThe CC wake up deadline is now if we have TX allowance
2023-06-27  Matt CaswellAdd a non-blocking QUIC client demo
2023-06-27  Matt CaswellAdd a test quicserver utility
2023-06-27  Vladimír Kotaladd no-docs option
2023-06-27  Tomas Mrazs390xcap.c: Avoid copying structure on initialization
2023-06-27  Hugo LandauMiscellaneous updates
2023-06-27  Hugo LandauMulti-Stream API
2023-06-27  Hugo LandauQUIC API: More minor tweaks
2023-06-27  Hugo LandauQUIC API: Minor tweaks
2023-06-27  Hugo LandauQUIC API Overview: Add SSL API triage list
2023-06-27  Hugo LandauQUIC API: Shutdown handling, etc.
2023-06-27  Hugo LandauQUIC API Overview: Add Q&A, minor fixes
2023-06-27  Hugo LandauQUIC API Overview Design Document
2023-06-27  Fergus DallAdd support for SHA256/192
2023-06-27  Tomas MrazCONF_modules_load_file_ex(): Do not try to load an...
2023-06-27  Matt CaswellAdd some test_ssl_new tests for the ffdhe groups
2023-06-27  Matt CaswellFix supported_groups handing in TLSv1.2
2023-06-26  Matt CaswellAdd a test for pkeyutl encrypt/decrypt using SM2
2023-06-26  Matt CaswellDon't truncate the input when decrypting in pkeyutl
2023-06-25  fullwaywangCheck for 0 modulus in BN_RECP_CTX_set.
2023-06-25  Vladimír Kotaladd note about retrieving error stack
2023-06-25  Richard LevitteAdd a test case for the password prompt on garbage...
2023-06-25  Richard LevitteOSSL_STORE and PKCS#12: Check if there is a MAC to...
next