openssl.git
2023-03-21 Hugo LandauQUIC DEMUX: Ensure time field is always initialised
2023-03-21 Hugo LandauQUIC: Add tests for datagram injection API
2023-03-21 Hugo LandauQUIC: Add support for datagram injection
2023-03-21 Tomas MrazAdd simple interoperability test with Cloudflare quiche
2023-03-21 VeronikaNguyenAdded `CERTIFICATE_VERIFY_MAX_LENGTH` constant
2023-03-21 Milan BrozAdd Argon2 KDF demo.
2023-03-21 FdaSilvaYYcmp: fix --strict-warnings windows builds
2023-03-21 FdaSilvaYYnit: tidy-up code, and fix a typo.
2023-03-21 Richard Levitteproviders/implementations/kdfs/argon2.c: Don't use...
2023-03-21 Čestmír Kalinathread: remove remnants of ossl_crypto_mem_barrier
2023-03-21 zhangzhileienable hardware acceleration for sm4-ccm
2023-03-20 PauliAvoid freeing context on error
2023-03-20 PauliCoverity 1522032: use after free
2023-03-20 JAVAID Mohammad... cmp_msg.c: free memory of certStatus before goto err
2023-03-20 Everton ConstantinoUpdate documentation to reflect new Windows on Arm...
2023-03-19 Matt CaswellFix some Windows issues in the quic_reactor
2023-03-19 Matt CaswellAdd a simple QUIC test for blocking mode
2023-03-19 Matt CaswellMake sure the QRX and QTX are associated with a libctx
2023-03-19 Matt CaswellFix seg fault when calling SSL_shutdown() for a QUIC...
2023-03-19 Matt CaswellFix SSL_has_pending() for QUIC connections
2023-03-19 Matt CaswellProvide better errors for some QUIC failures
2023-03-19 Matt CaswellDefer unknown QUIC ctrls to the SSL object for TLS
2023-03-19 Mike GilbertFix Configure test for -mips in CFLAGS
2023-03-19 Paulidoc: note the default iteration count for PBKDF2 in...
2023-03-19 PauliInclude the default iteration count in the help for...
2023-03-18 Tomas MrazAdd sanity test for OSSL_sleep()
2023-03-18 Tomas Mrazsleep.c: Limit the sleep time instead of sleeping for...
2023-03-17 Richard Levitteproviders/implementations/kdfs/argon2.c: Include openss...
2023-03-17 Tomas Mrazrsaz-*k-avx512.pl: fix wrong name of avx512 flag variable
2023-03-17 Tomas Mrazaes-gcm-avx512.pl: Fix the clang version detection...
2023-03-17 Čestmír Kalinaproviders: add Argon2 KDF
2023-03-17 Čestmír Kalinae_os2: add ossl_static_assert_type_eq
2023-03-17 Čestmír Kalinaproverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD...
2023-03-17 Čestmír Kalinaevp_test: add thread support
2023-03-17 Čestmír Kalinaproviders: add XOF support to blake2b
2023-03-17 Čestmír Kalinaevp_test: add digest xoflen support
2023-03-16 PauliFix copyright disclaimer.
2023-03-16 Christoph Müllnerriscv: GCM: Implement GHASH()
2023-03-16 Christoph Müllnerriscv: GCM: Simplify GCM calculation
2023-03-16 Christoph Müllnerriscv: GCM: Use riscv.pm
2023-03-16 Christoph Müllnerriscv.pm: Add improved error messages to read_reg code
2023-03-16 Christoph Müllnerriscv: aes: Move reusable Perl code into Perl module
2023-03-16 Christoph Müllnerriscv: Clean up extension test macros
2023-03-16 Andy BernardFix documented function return types
2023-03-15 zhangzhileienable VPSM4_EX_CAPABLE for sm4_gcm
2023-03-15 PauliCoverity 1521490: resource leak
2023-03-15 Paulidemo: Fix makefile target
2023-03-14 klaus triendlAdded a short description of VC-WIN*-HYBRIDCRT to Windo...
2023-03-14 klaus triendlAdded 'hybrid CRT' targets for the Windows platform
2023-03-14 slontisFix PKCS12_newpass() to work with PBES2.
2023-03-14 slontisAdd Tests for RSA signatures using X931 padding.
2023-03-14 Dmitry BelyavskiyAvoid erroneous diagnostics in speed measuring
2023-03-14 Simo SorceAdd a flag so finalised contexts are not reused
2023-03-14 Simo SorceAdd test for context duplication failure
2023-03-14 Simo SorceDo not fail if ctx dup does not succeed
2023-03-14 Matt CaswellImprove the performance of d2i_AutoPrivateKey and friends
2023-03-14 Tobias NießenDocument remaining obsolete SSL_OP_NETSCAPE_*_BUG
2023-03-14 ndosscheAdd missing assignment to EVP_get_digestbynid()
2023-03-14 Dr. David von... doc/man3/X509_STORE_CTX_get_error.pod: make order consi...
2023-03-14 afshinpirSegmentation fault in parent rng cleanup
2023-03-14 afshinpirUpdated `rsa_has()` for correct validation
2023-03-14 Tomas MrazFix size_t/int mismatch in cms_ec.c and rsa_sig.c
2023-03-14 Kornel Dulębaaes/asm/bsaes-armv7.pl: Replace adrl with add
2023-03-14 zhangzhileiRemove duplicate code
2023-03-14 PauliAdd missing copyright header
2023-03-14 Paulidoc: document that prediction resistance comes with...
2023-03-14 Dr. David von... apps/x509 etc.: allow private key input when public...
2023-03-14 Dr. David von... test/smime-certs/{mksmime-certs.sh,ca.cnf}: simplify...
2023-03-14 Dr. David von... apps/{dsa,ec,rsa,pkey}.c: harmonize coding w.r.t. ...
2023-03-08 Richard LevitteFix how util/wrap.pl is used in OpenSSL::Util::fixup_cmd()
2023-03-08 Richard LevitteFix util/wrap.pl.in for VMS usage
2023-03-07 Kurt RoeckxRun the punycode-test over the fuzz corpora during...
2023-03-07 Clemens Langfips: Use salt >= 16 bytes in PBKDF2 selftest
2023-03-07 slontisAdd option to FIPS module to enforce EMS check during...
2023-03-07 Juergen ChristS390X: Accelerate keccak XOF
2023-03-07 Richard Levittetest//bio_dgram_test.c: Skip test when BIO_bind() fails
2023-03-07 Richard Levittebss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_socka...
2023-03-07 Richard LevitteDOCS: provider-keymgmt(7) - params for EVP_PKEY_get_def...
2023-03-06 Tomas Mrazstream_frame_new(): Add missing allocation check
2023-03-06 Tomas Mraztest_rstream_random(): Test adding final empty frame
2023-03-06 Tomas MrazTest new ossl_quic_rstream API calls
2023-03-06 Tomas MrazImprove the QUIC_RSTREAM implementation
2023-03-06 Richard LevitteVMS knows POSIX threads too!
2023-03-06 Matt CaswellImprove the performance of EVP_PKCS82PKEY_ex
2023-03-05 Matt CaswellTest that there are no errors on the stack for rejected...
2023-03-05 Matt CaswellRemove spurious error queue entries on early data
2023-03-05 PauliFix cast.
2023-03-05 Todd ShortAdd "make help" option
2023-03-02 HansHoogerwerfFix typo in base provider example code
2023-03-02 Tom CosgroveTidy up aarch64 feature detection code in armcap.c
2023-03-02 PauliCoverity 1521557: Error handling issues
2023-03-02 PauliInclude supported branches in coveralls
2023-03-02 dependabot... Bump coverallsapp/github-action from 1.2.3 to 1.2.4
2023-03-01 dependabot... Bump coverallsapp/github-action from 1.1.3 to 1.2.3
2023-03-01 Hardik ShahAdd fuzz test for v3name
2023-03-01 slontisRemove ossl_rsa_pss_params_30_set_maskgenalg().
2023-03-01 PauliUpdate AES documentation excluding AES SIV from the...
2023-03-01 PauliRemove AES SIV ciphers from the FIPS provider
2023-03-01 PauliDon't do AES SIV tests with the FIPS provider
2023-03-01 Matt CaswellEnsure we use a non-zero time for tickets in early...
next