openssl.git
2023-09-11 Dimitri PapadopoulosBad function definition
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-11 Richard LevitteFix test_quic_multistream to allow multiple concurrent...
2023-09-11 Matt CaswellFix a build failure where recvmmsg is available but...
2023-09-10 Randall S.... Prevent 80-test_cmp_http from accidentally killing...
2023-09-10 Min ZhouLoongArch64 assembly pack: add ChaCha20 modules
2023-09-10 Rainer JungRegexp modifier "r" needs perl 5.14; OpenSSL should...
2023-09-09 Bernd EdlingerFix output corruption in req command
2023-09-08 Randall S.... Exclude include of poll.h from NonStop builds - not...
2023-09-08 Randall S.... Modify 50-nonstop.conf to enable c99 extensions for...
2023-09-08 Matt CaswellReturn NULL if we fail to create a BIO in the demos...
2023-09-08 Matt CaswellAdd a missing call to BIO_closesocket()
2023-09-08 Matt CaswellExpand the explanation of how to go and do useful work...
2023-09-08 Matt CaswellAdd a new guide page on writing a non-blocking QUIC...
2023-09-08 Matt CaswellAdd a new guide page on writing a non-blocking TLS...
2023-09-08 Matt CaswellAdd a QUIC non-blocking demo
2023-09-08 Matt CaswellAdd a TLS non-blocking demo
2023-09-08 dependabot... Bump coverallsapp/github-action from 2.2.1 to 2.2.3
2023-09-08 Bernd EdlingerFix a possible memleak in SRP_VBASE_new
2023-09-08 Richard LevitteOSSL_STORE: Fix error flag clearing and setting (provid...
2023-09-08 PauliAdd test case for #21986
2023-09-08 PauliCheck error return from cms_sd_asn1_ctrl() correctly.
2023-09-08 Richard LevitteFix 80-test_cmp_http.t to be more flexible regarding...
2023-09-08 Richard LevitteBIO_set_accept_name(): To accept from any interface...
2023-09-08 wangchengModify the dkeyform type to support engine
2023-09-07 Min Zhoutest/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJ
2023-09-07 Matt CaswellPrepare for 3.2 alpha 2
2023-09-07 Matt CaswellPrepare for release of 3.2 alpha 1 openssl-3.2.0-alpha1
2023-09-07 Matt Caswellmake update
2023-09-07 Matt CaswellCopyright year updates
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Add comment
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Adjust spin behaviour
2023-09-06 Hugo Landauwin32: Support condition variable broadcasting on XP
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Synchronize script 20 correctly
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Run all scripts in both blocking...
2023-09-06 Paulifips compatibility: update 3.1.1 to 3.1.2
2023-09-05 Philip PrindevillePer other commands, make progress dots in req only...
2023-09-05 Dr. David von... CMP: generalize ossl_cmp_calc_protection() to handle...
2023-09-05 Kurt RoeckxUpdate fuzz corpora to latest commit
2023-09-05 Bernd EdlingerFix internal memory leaks from OPENSSL_MALLOC_FAILURES
2023-09-05 Tomas MrazTest that NULL BIGNUM is supported in OSSL_PARAM_BLD_pu...
2023-09-05 Tomas MrazOSSL_PARAM_BLD_push_BN_pad(): Allow NULL BIGNUM
2023-09-05 Dr. David von... apps/cmp.c: fix bug not allowing to reset -csr and...
2023-09-05 Dr. David von... apps.c: improve warning texts of parse_name() when...
2023-09-05 Dr. David von... apps.c: fix error messages (newline and needless text...
2023-09-05 Hugo LandauMUTEX: Assert on locking failure
2023-09-05 dependabot... Bump actions/checkout from 2 to 4
2023-09-05 Richard LevitteVMS: More header inclusion compensation for VMS C compiler
2023-09-05 Kai PastorUse armv8 .quad instead of .dword
2023-09-05 Tomas Mraz04-test_encoder_decoder.t: Use algorithm that is non...
2023-09-04 Tomas Mrazquicserver.c: Fix build with no-ssl-trace
2023-09-04 Richard Levitteinternal/numbers.h: Add fallback implementation for...
2023-09-04 Richard LevitteInclude #include "internal/numbers.h" in ssl/quic/quic_...
2023-09-04 Richard LevitteVMS: Add a fallback definition of socklen_t
2023-09-04 Richard LevitteVMS: More header inclusion compensation for VMS C compiler
2023-09-04 slontisAdded 'saltlen' option to the OpenSSL enc command line...
2023-09-04 slontisAdded a 'saltlen' option to the openssl pkcs8 command...
2023-09-04 slontisChange PBES2 KDF default salt length to 16 bytes.
2023-09-04 Neil HormanImplement dupctx for chacha20 cipher
2023-09-03 Tom CosgroveMove ALIGN32 and ALIGN64 into common.h, and fix for...
2023-09-02 Sumitra SharmaReplace ssl3_get_message() with tls_get_message_header...
2023-09-02 Sumitra SharmaFix typo in openssl-pkeyutl(1)
2023-09-02 Matt CaswellAdd a test for QUIC non IO retry errors
2023-09-02 Matt CaswellHandle non IO based retry errors in QUIC
2023-09-02 Bernd EdlingerAvoid clobbering non-volatile XMM registers
2023-09-01 Hugo LandauQUIC MULTISTREAM TEST: Test SSL_want for consistency...
2023-09-01 Hugo LandauQUIC APL: Implement SSL_want
2023-09-01 Hugo LandauQUIC APL: Revise I/O error setting so that the last...
2023-09-01 Hugo LandauQUIC APL: Adjust expect_quic_conn_only
2023-09-01 Hugo LandauQUIC RXDP: Reuse allocations between ACK frame processing
2023-09-01 Hugo LandauQUIC WIRE: When peeking at number of ACK ranges, ensure...
2023-09-01 Hugo LandauComment on internal flag
2023-09-01 Hugo LandauMinor fixes
2023-09-01 Hugo LandauFix after rebase
2023-09-01 Hugo LandauQUIC: Note differences in SSL_want
2023-09-01 Hugo LandauQUIC: Update API overview document
2023-09-01 Hugo LandauQUIC: Note that SSL_set_shutdown is not supported
2023-09-01 Hugo LandauQUIC APL: Report that we do not support SSL_clear correctly
2023-09-01 Hugo LandauQUIC: Update API table
2023-09-01 Hugo LandauBIO: Emphasise API contract for BIO_sendmmsg/BIO_recvmmsg
2023-09-01 Hugo LandauBIO: Allow third parties to use integers instead of...
2023-09-01 Hugo LandauQUIC: Make TLS1_FLAGS_QUIC private
2023-09-01 Hugo LandauQUIC API: Revise SSL_get_conn_close_info to use a flags...
2023-09-01 Hugo LandauDocument OSSL_get_thread_support_flags()
2023-09-01 Hugo LandauQUIC APL: Allow stream origin to be queried
2023-09-01 Hugo LandauMinor fixes
2023-09-01 Hugo LandauMinor updates
2023-09-01 Hugo LandauAdd manpages
2023-09-01 Hugo LandauMinor fixes
2023-09-01 Hugo LandauQUIC DDD: Final report
2023-09-01 Hugo LandauQUIC DDD: ddd-02-conn-nonblocking-threads: Unplanned...
2023-09-01 Hugo LandauQUIC DDD: ddd-02-conn-nonblocking-threads: Planned...
2023-09-01 Hugo LandauQUIC DDD: ddd-06-mem-uv: Unplanned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-06-mem-uv: Planned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-05-mem-nonblocking: Unplanned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-05-mem-nonblocking: Planned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-04-fd-nonblocking: Unplanned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-04-fd-nonblocking: Planned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-03-fd-blocking: Unplanned changes
next