index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
core_namemap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-12
apps/openssl.cnf: fix reference to insta.ca.crt
Dr. David von Oheimb
2
-4
/
+4
2023-05-12
provider: return error if buf too small when getting ec pubkey param
Yi Li
2
-1
/
+23
2023-05-12
Fix typos found by codespell
Dimitri Papadopoulos
14
-28
/
+28
2023-05-12
Clarify documentation of SSL_SESSION_dup
Watson Ladd
1
-2
/
+4
2023-05-12
Clear ownership when duplicating sessions
Watson Ladd
2
-2
/
+5
2023-05-11
ecp_nistp256.c: Fix exponent in comment
Jonas Lindstrøm
1
-1
/
+1
2023-05-11
fix SSL_get_wbio may return rbio on quic
ihciah
1
-1
/
+1
2023-05-11
Fixed TLS1.3 handshake issue for legacy engine API.
Yuan, Shuai
1
-0
/
+4
2023-05-11
Fix a typo found by codespell in a variable name
Dimitri Papadopoulos
1
-5
/
+5
2023-05-11
restrict rsaBITS algorithm name check in speed
Michael Baentsch
1
-13
/
+19
2023-05-10
CMP app: fix deallocated host/port fields in APP_HTTP_TLS_INFO
Dr. David von Oheimb
1
-3
/
+9
2023-05-10
CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)
Dr. David von Oheimb
2
-3
/
+7
2023-05-10
Fix a typo found by codespell in a Makefile variable
Dimitri Papadopoulos
1
-1
/
+1
2023-05-10
DLTS → DTLS
Dimitri Papadopoulos
2
-2
/
+2
2023-05-09
Fix memory leak in engine_cleanup_add_first()
Kovalev Vasiliy
1
-2
/
+3
2023-05-09
aes-gcm-armv8_64 asm support bigdian
JerryDevis
1
-206
/
+581
2023-05-09
Fix stack use-after-free in QUIC
Juergen Christ
1
-1
/
+1
2023-05-08
Update the corpora submodule
Matt Caswell
1
-0
/
+0
2023-05-08
Prevent a fuzzing timeout in the conf fuzzer
Matt Caswell
1
-0
/
+17
2023-05-08
Don't attempt a QUIC connection without specifying ALPN
Matt Caswell
1
-0
/
+4
2023-05-08
Add some documentation for the new QUIC mode in s_client
Matt Caswell
2
-0
/
+18
2023-05-08
Add the ability to send FIN on a QUIC stream from s_client
Matt Caswell
1
-4
/
+25
2023-05-08
Add QUIC support to s_client
Matt Caswell
3
-30
/
+125
2023-05-05
remove unused macro in common.h
zhangzhilei
1
-8
/
+0
2023-05-05
Revert "win-onecore: Build with /APPCONTAINER for UWP compat"
Mathias Berchtold
1
-5
/
+4
2023-05-05
Fix the padlock engine
Bernd Edlinger
1
-2
/
+13
2023-05-05
Add libctx to x931 keygen.
slontis
4
-6
/
+65
2023-05-05
Extend the min/max protocol testing
Matt Caswell
1
-7
/
+71
2023-05-05
Be more accurate about what we accept as a valid DTLS version
Matt Caswell
1
-2
/
+4
2023-05-05
Update the min/max proto function documentation for QUIC
Matt Caswell
1
-0
/
+3
2023-05-04
25-test_x509.t: test dots in CA file path
Alois Klink
1
-1
/
+14
2023-05-04
feature: openssl req -verify output to stderr instead of stdout #20728
Rajarshi Karmakar
1
-1
/
+1
2023-05-04
Fix broken links on asym_cipher manpages
Ladislav Marko
1
-3
/
+2
2023-05-04
Add negative integer check when using ASN1_BIT_STRING
mlitre
1
-0
/
+6
2023-05-03
apps: silent warning when loading CSR files with vfyopt option
Tianjia Zhang
6
-9
/
+12
2023-05-03
speed.c: remove unused num print_message args
Reinhard Urban
1
-95
/
+44
2023-05-02
rand: trust user supplied entropy when configured without a random source
Pauli
1
-0
/
+6
2023-05-02
Copy min/max_proto_version from SSL_CTX to SSL only for the same method types
Tomas Mraz
1
-2
/
+4
2023-05-02
Do not send the empty renegotiation info SCSV in QUIC
Tomas Mraz
1
-1
/
+3
2023-05-01
param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()
Richard Levitte
1
-0
/
+1
2023-05-01
param->ctrl translation: Fix fix_ec_paramgen_curve_nid()
Richard Levitte
1
-1
/
+14
2023-05-01
Minor fixups
Hugo Landau
2
-3
/
+4
2023-05-01
QUIC CC: Update CC design document
Hugo Landau
1
-5
/
+9
2023-05-01
QUIC CHANNEL: Fix bug where time callback arg wasn't passed
Hugo Landau
1
-1
/
+1
2023-05-01
QUIC CC: Use OSSL_PARAM
Hugo Landau
4
-97
/
+249
2023-05-01
QUIC CC: Move dummy method to test code
Hugo Landau
3
-4
/
+4
2023-05-01
QUIC CC: Tweaks
Hugo Landau
1
-7
/
+7
2023-05-01
QUIC CC: Safe multiplication
Hugo Landau
1
-3
/
+15
2023-05-01
QUIC CC: Minor fixes
Hugo Landau
2
-4
/
+3
2023-05-01
QUIC: Make QUIC_CHANNEL use newreno CC
Hugo Landau
1
-1
/
+1
[next]