openssl.git
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...
2023-06-25 Dimitri PapadopoulosConsistency: "Authors" after "The OpenSSL Project"
2023-06-23 Kurt RoeckxAdd decoder fuzzer
2023-06-23 Matt CaswellAdd a test for an invalid group in the HRR
2023-06-23 Matt CaswellDon't ask for an invalid group in an HRR
2023-06-23 Tomas MrazSupport SSL_OP_CLEANSE_PLAINTEXT on QUIC streams
2023-06-23 Vladimír KotalAllow to disable apps building with no-apps
2023-06-21 Preveen Padmanabhanupdated the end copyright year in README.md to 2023
2023-06-20 Yannik SembritzkiRemove restriction to only cross-sign self-signed certi...
2023-06-19 Vladimír Kotaladd no-http
2023-06-18 Vladimír Kotallog actual NID causing the 'unknown message digest...
2023-06-18 Vladimír Kotalreturn immediately if namemap is NULL
2023-06-18 Dimitri PapadopoulosFix new typos found by codespell
2023-06-16 fisher.yuFix function signatures in aes-gcm-armv8 comments.
2023-06-16 Paulifips: use tsan counter instead of tsan_add to increment
2023-06-15 Hugo LandauQUIC: Allow application to trigger TXKU
2023-06-15 Hugo LandauQUIC: Minor fixups
2023-06-15 Hugo LandauQUIC CHANNEL: Inform the ACKM when the handshake is...
2023-06-15 Hugo LandauQUIC: Test key update works correctly
2023-06-15 Hugo LandauQUIC CHANNEL: Optimise key update using ACKs
2023-06-15 Hugo LandauQUIC: Add internal APIs for white-box testing of key...
2023-06-15 Hugo LandauQUIC CHANNEL: Enforce the RX packet forgery limit
2023-06-15 Hugo LandauQUIC RXDP: Strictly enforce ACK PNs with regard to...
2023-06-15 Hugo LandauQUIC CHANNEL: Ensure new packets aren't enforced with...
2023-06-15 Hugo LandauQUIC CHANNEL: Handle key updates correctly
2023-06-15 Hugo LandauQUIC TXP: Make TXP use time callback correctly
2023-06-15 Hugo LandauQUIC APL: Correct implementation of time callback override
2023-06-15 Hugo LandauQUIC RX: Support reporting the key epoch a packet was...
2023-06-15 Hugo LandauQUIC TXP: Allow callbacks on ACK transmission
2023-06-15 Hugo LandauQUIC TXP: Allow next PN to be used to be queried
2023-06-15 Hugo LandauQUIC RX: Refactor key update callback to provide PN
2023-06-15 Hugo LandauQUIC TXP: Remove TX key update handling from TXP
2023-06-15 Hugo LandauQUIC TXP: Refactor status output to use an extensible...
2023-06-15 Hugo LandauQUIC ACKM: Allow largest acked PN to be queried
2023-06-15 Hugo LandauQUIC WIRE: Utility function to determine if PN is in...
2023-06-15 Hugo LandauQUIC Glossary: TXKU, RXKU, KU
2023-06-15 Richard Levitteapps/ca.c: Handle EVP_PKEY_get_default_digest_name...
2023-06-15 Hugo LandauPartially revert #18070 (Add support for Windows CA...
2023-06-15 Richard LevitteOpenSSL::paramnames: Use less magic perl
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-06-14 Paulifips: update DSA security check to fix legacy verify...
2023-06-14 Michael Baentschupdated (lib+)oqsprovider to latest releases
2023-06-14 Matt CaswellOnly take note of the ack deadline if we can actually...
2023-06-14 Tomas Mrazcmactest.c: Fix no-des and no-sm4 build failures
2023-06-14 Paulifips: use memory ordering rather than locks
2023-06-14 Matt CaswellFix minor issues in the demo/man pages for TLS client...
2023-06-14 Matt CaswellSplit the blocking TLS client guide page into two
2023-06-14 Matt CaswellAllow man7 pages to not have a DESCRIPTION section
2023-06-14 Matt CaswellAdd a tutorial on writing a simple blocking TLS client
2023-06-14 Matt CaswellAdd a very simple blocking TLS client demo
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
next