index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SUPPORT.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-12
Enable demos in select builds
Neil Horman
2
-18
/
+18
2024-04-12
fix all the warnings in our demos and make them enableable
Neil Horman
15
-32
/
+49
2024-04-12
Convert demos to primary build system
Neil Horman
19
-3
/
+421
2024-04-12
ossl_provider_new(): Fix memory leak on error
Tomas Mraz
1
-1
/
+3
2024-04-12
make_addressPrefix(): Fix a memory leak in error case
Tomas Mraz
1
-2
/
+2
2024-04-11
Fix duplicate mutex allocation in threads_win.c
Neil Horman
1
-1
/
+0
2024-04-11
VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config target
Richard Levitte
4
-7
/
+1
2024-04-11
crypto/provider_core.c: Allocate activatecnt_lock
Oleg Bulatov
1
-5
/
+1
2024-04-10
Change approach to SSL_pending API
Hugo Landau
2
-7
/
+15
2024-04-10
QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compat
Hugo Landau
1
-19
/
+34
2024-04-10
QUIC QSM: Add function to determine if data is waiting
Hugo Landau
1
-0
/
+34
2024-04-10
test: fix 20-test_dgst.t to use hexkey
Dimitri John Ledkov
1
-2
/
+2
2024-04-10
Document that private and pairwise checks are not bounded by key size
Tomas Mraz
1
-0
/
+5
2024-04-10
fuzz/decoder.c: Limit the key sizes on which checks are run
Tomas Mraz
1
-3
/
+12
2024-04-10
Fix socket descriptor checks on Windows
olszomal
2
-2
/
+10
2024-04-10
Fix typos found by codespell
Dimitri Papadopoulos
4
-6
/
+6
2024-04-10
man EVP_PKEY_CTX_set_params: document params is a list
Hubert Kario
1
-1
/
+3
2024-04-10
aarch64: fix BTI in bsaes assembly code
Tom Cosgrove
1
-1
/
+4
2024-04-10
Ensure proper memory barriers around ossl_rcu_deref/ossl_rcu_assign_ptr
Neil Horman
1
-1
/
+26
2024-04-10
Downgrade also the download-artifact action
Tomas Mraz
1
-2
/
+2
2024-04-09
ffc/ffc_params_generate.c: Add the check for the EVP_MD_get_size()
Jiasheng Jiang
1
-1
/
+5
2024-04-09
ts/ts_rsp_sign.c: Add the check for the EVP_MD_CTX_get_size()
Jiasheng Jiang
1
-2
/
+6
2024-04-09
signature/dsa_sig.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
1
-2
/
+8
2024-04-09
signature/ecdsa_sig.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
1
-2
/
+9
2024-04-09
Add docs noting requirements for SM2 signing
Neil Horman
1
-0
/
+3
2024-04-09
Add check for public key presence on sm2 signing
Neil Horman
2
-9
/
+39
2024-04-09
APPS: Add missing OPENSSL_free() and combine the error handler
Jiasheng Jiang
1
-3
/
+6
2024-04-09
Fix "Error finalizing cipher loop" when running openssl speed -evp -decrypt
Tom Cosgrove
1
-1
/
+5
2024-04-09
Fix EVP_PKEY_CTX_add1_hkdf_info() behavior
Todd Short
4
-12
/
+156
2024-04-09
Add demo for ECDH key exchange
slontis
4
-2
/
+229
2024-04-09
apps: ca,req,x509: Add explicit start and end dates options
Stephan Wurm
12
-66
/
+288
2024-04-09
Check range of RSA plaintext and ciphertext when using no padding.
slontis
2
-8
/
+100
2024-04-09
Copyright year updates
Matt Caswell
14
-14
/
+14
2024-04-09
Copyright year updates
Richard Levitte
325
-325
/
+325
2024-04-09
Sync libcrypto.num and libssl.num with 3.3 branch
Tomas Mraz
2
-18
/
+18
2024-04-09
Sync CHANGES.md and NEWS.md with 3.3 branch
Tomas Mraz
2
-0
/
+176
2024-04-09
Update the version to 3.4.0-dev
Tomas Mraz
1
-1
/
+1
2024-04-08
Add a test for session cache overflow
Matt Caswell
1
-1
/
+123
2024-04-08
Hardening around not_resumable sessions
Matt Caswell
1
-0
/
+6
2024-04-08
Add a CHANGES.md/NEWS.md entry for the unbounded memory growth bug
Matt Caswell
2
-1
/
+31
2024-04-08
Fix unconstrained session cache growth in TLSv1.3
Matt Caswell
3
-11
/
+27
2024-04-08
Extend the multi_resume test for simultaneous resumptions
Matt Caswell
1
-4
/
+84
2024-04-08
Add a test for session cache handling
Matt Caswell
1
-0
/
+92
2024-04-08
Enable SHA3 unrolling and EOR3 optimization for Ampere
Jiangning Liu
2
-2
/
+5
2024-04-05
NonStop: Do not call sleep() with a 0 value
Randall S. Becker
1
-1
/
+2
2024-04-04
Diverse small VMS build fixups
Richard Levitte
7
-5
/
+30
2024-04-04
downgrade upload-artifact action to v3
Dmitry Misharov
5
-24
/
+24
2024-04-04
openssl-crl(1): The -verify option is implied by -CA* options
Tomas Mraz
1
-0
/
+3
2024-04-04
DEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free/zero()
Tomas Mraz
1
-2
/
+2
2024-04-04
Fix syntax of dependabot.yml
Kurt Roeckx
1
-10
/
+10
[next]