index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-01
apps/cmp.c: improve warnings on option use
Dr. David von Oheimb
1
-3
/
+13
2023-06-01
CMS_ContentInfo_free(): fix mem leak on encrypted content key
Dr. David von Oheimb
2
-2
/
+8
2023-06-01
SMIME_crlf_copy(): check for NULL pointer arguments
Dr. David von Oheimb
1
-0
/
+6
2023-06-01
Ignore the fetch error when a legacy algorithm is found
Yuri Penkin
2
-0
/
+8
2023-06-01
CMP: add support for genm/genp messages with id-it-caCerts
Dr. David von Oheimb
18
-43
/
+409
2023-06-01
QUIC: CID conformance
Pauli
1
-7
/
+40
2023-06-01
doc: update FIPS provider version information
Pauli
2
-10
/
+26
2023-06-01
tags: fix `make tags` target for out of tree builds
Pauli
1
-1
/
+1
2023-06-01
Add PEM fuzzer
Kurt Roeckx
3
-2
/
+91
2023-06-01
Compute RSA-PSS algorithm params in libcrypto for legacy
Tomas Mraz
2
-0
/
+43
2023-05-31
Fix arm64 asm code back compatible issue with gcc 4.9.4
Xiaokang Qian
2
-2
/
+1
2023-05-30
Bump actions/setup-python from 4.6.0 to 4.6.1
dependabot[bot]
1
-1
/
+1
2023-05-30
CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper function
Dr. David von Oheimb
5
-53
/
+35
2023-05-30
ssl/statem_srvr.c: clean up handling of EVP_PKEY_decrypt() outlen
Dr. David von Oheimb
1
-8
/
+5
2023-05-30
cmp_http.c: Remove obsolete comment w.r.t. ERR_clear_error()
Dr. David von Oheimb
1
-1
/
+0
2023-05-30
OSSL_sleep(): Calling sleep() function if sleepTime > 1sec
Rajarshi Karmakar
1
-1
/
+6
2023-05-30
Optimise locking in rsa_get_blinding()
Matt Caswell
1
-3
/
+17
2023-05-30
When we're just reading EX_CALLBACK data just get a read lock
Matt Caswell
1
-9
/
+17
2023-05-30
Avoid taking a write lock in RAND_get_rand_method()
Matt Caswell
1
-0
/
+7
2023-05-29
Don't take a write lock when freeing an EVP_PKEY
Matt Caswell
4
-13
/
+8
2023-05-29
x509: Handle ossl_policy_level_add_node errors
Clemens Lang
1
-3
/
+13
2023-05-29
x509: Fix possible use-after-free when OOM
Clemens Lang
1
-2
/
+10
2023-05-29
Add missing CHANGES.md entries
Tomas Mraz
1
-0
/
+10
2023-05-29
SSL_handle_events(): Minor fixes to documentation
Hugo Landau
4
-13
/
+15
2023-05-29
QUIC: Rename SSL_tick etc. in s_client
Hugo Landau
1
-19
/
+9
2023-05-29
QUIC: Rename SSL_tick etc. in man(7) docs
Hugo Landau
2
-38
/
+39
2023-05-29
QUIC: Update documentation to reflect compatibility of DTLS APIs
Hugo Landau
2
-10
/
+12
2023-05-29
QUIC APL: Allow DTLSv1 APIs to be used for compatibility
Hugo Landau
1
-0
/
+12
2023-05-29
QUIC: Update documentation for SSL_get_event_timeout
Hugo Landau
1
-6
/
+29
2023-05-29
QUIC APL: Change SSL_get_event_timeout API design
Hugo Landau
4
-10
/
+22
2023-05-29
QUIC: Rename SSL_tick, SSL_get_tick_timeout
Hugo Landau
12
-34
/
+35
2023-05-29
QUIC Documentation: Rename SSL_tick, SSL_get_tick_timeout
Hugo Landau
9
-65
/
+67
2023-05-25
Replace __attribute__((malloc)) with __attribute__((__malloc__)) in macros.h
Anis-cpu-13
1
-1
/
+1
2023-05-25
Clarify how to return string data
Watson Ladd
1
-0
/
+8
2023-05-25
Fix a bug where the result of rehash is unstable
minyong.ha
1
-1
/
+6
2023-05-25
APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...
Dr. David von Oheimb
4
-24
/
+25
2023-05-25
APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...
Dr. David von Oheimb
9
-154
/
+86
2023-05-25
APPS/ca: remove spurious errors when certain config file entries are not prov...
Dr. David von Oheimb
1
-11
/
+22
2023-05-24
Create internal/ssl.h
Matt Caswell
3
-6
/
+21
2023-05-24
Rename msg_callback_s to msg_callback_ssl for greater clarity
Matt Caswell
10
-25
/
+26
2023-05-24
Use the %llu format specifier for uint64_t
Matt Caswell
1
-30
/
+47
2023-05-24
Create setter functions for the msg_callback and msg_callback_arg
Matt Caswell
11
-90
/
+132
2023-05-24
Add a test for the new QUIC tracing capability
Matt Caswell
3
-4
/
+412
2023-05-24
Fix an SSL_trace bug
Matt Caswell
1
-4
/
+9
2023-05-24
Update the msg_callback documentation
Matt Caswell
2
-7
/
+48
2023-05-24
Add more trace details for the remaining frame types
Matt Caswell
1
-35
/
+95
2023-05-24
Properly handling stream/crypto frames while tracing
Matt Caswell
6
-33
/
+50
2023-05-24
Enable tracing of datagrams we have sent
Matt Caswell
1
-1
/
+7
2023-05-24
Enable tracing of packets that have been sent
Matt Caswell
12
-23
/
+57
2023-05-24
Extend tracing of frames to transmitted frames
Matt Caswell
3
-0
/
+32
[next]