openssl.git
2023-09-19 Mathieu Tortuyauxenc: "bad decrypt" only in decryption
2023-09-19 Simo SorceAdd provider documentation for the new open_ex
2023-09-19 Simo SorceAdd Test to verify open_ex password checking works
2023-09-19 Simo SorceAllow to pass a passprase callback at store open
2023-09-19 Tomas MrazPostponed further context duplication support for ciphers
2023-09-18 Sumitra SharmaEnhance code safety and readability in SSL_get_shared_c...
2023-09-17 Pan LanlanUpdate OPENSSL_buf2hexstr() to use DEFAULT_SEPARATOR.
2023-09-17 Matthias St... APPS: remove duplicate definition of `trace_data_stack`
2023-09-17 Dimitri PapadopoulosFix new typos found by codespell
2023-09-17 Tomas Mrazcoveralls.yml: Improve coverage mapping and remove...
2023-09-17 Neil HormanFix a key repointing in various ciphers
2023-09-17 Neil HormanFix regression in evp_test for provider compat CI
2023-09-15 Olga BatyshkinaFix PKCS#12 creation error when certificate contains...
2023-09-15 Dmitry BelyavskiyStore: API for deletion - documentation
2023-09-15 Dmitry BelyavskiyStore: API for deletion - tests
2023-09-15 Dmitry BelyavskiyStore: API for deletion - make update
2023-09-15 Dmitry BelyavskiyStore: API for deletion
2023-09-15 Bernd EdlingerFix engine cleanup error handling
2023-09-14 Matt CaswellRemove use of _Static_assert
2023-09-14 Tomas MrazFix build of SHA3 on ARM64 with no-asm
2023-09-14 PauliUse correct version of 3.1 build for FIPS provider.
2023-09-13 Richard LevitteHave legacy blake2 EVP structure use base blake2 implem...
2023-09-13 Hugo LandauQUIC CHANNEL: Add missing duplicate TPARAM handling...
2023-09-13 Hugo LandauQUIC MULTISTREAM TEST: Correct trivial bug
2023-09-13 Richard LevitteFix test/quic_tserver_test.c for slow machines
2023-09-13 Bernd EdlingerFix memory leaks in ssl_old_test.c
2023-09-13 Tomas Mrazd2i_ECPKParameters and i2d_ECPKParameters are not depre...
2023-09-13 Matt CaswellFurther fix in bio_dgram_test for BIO_s_dgram_mem()
2023-09-13 Matt CaswellFix a failure in bio_dgram_test on the NonStop platform
2023-09-13 Matt CaswellTest that a client that does not supply ALPN fails...
2023-09-13 Matt CaswellEnsure QUIC-TLS errors raised during channel start...
2023-09-13 Matt CaswellTest we correctly handle missing ALPN from the server
2023-09-13 Dimitri PapadopoulosFix typos found by codespell
2023-09-13 Bernd EdlingerFix a memleak in prepare_rsa_params
2023-09-12 Neil HormanAdd dupctx support to rc4_hmac_md5 algo
2023-09-12 Neil Hormanimplement dupctx for chacha20_poly1305
2023-09-12 Neil HormanFix aes_gcm_siv dupctx function
2023-09-12 Neil Hormanimplement dupctx for aes_WRAP methods
2023-09-12 Neil HormanAdd dupctx support to aead ciphers
2023-09-12 Neil Hormanmake inability to dup/clone ciphers an error
2023-09-12 Matt CaswellAdd a test for SSL_CIPHER_find() when used with a QUIC...
2023-09-12 Matt CaswellFix the SSL_CIPHER_find() function when used with a...
2023-09-12 Matt CaswellAdd a test for using a PSK with QUIC
2023-09-11 Vladimir Kotalaugment man pages with information about PKCS12KDF...
2023-09-11 Tomas MrazAdd CVE-2023-4807 fix to CHANGES.md and NEWS.md
2023-09-11 Tomas MrazSync changes between 3.2 and 3.1 branches
2023-09-11 Bernd EdlingerFix a possible memleak in rsa_pub_encode
2023-09-11 Dmitry Misharovremove unused Appveyour config
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
next