index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
lib
Age
Commit message (
Expand
)
Author
2022-10-24
Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...
xkernel
2022-10-11
Update copyright year
Matt Caswell
2022-07-20
Fix verify_callback in the openssl s_client/s_server app
Dmitry Belyavskiy
2022-07-14
APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...
Dr. David von Oheimb
2022-07-06
app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLS
Dr. David von Oheimb
2022-06-23
Fix the checks of X509_LOOKUP_* functions
Peiwei Hu
2022-06-16
Have set_dateopt() return 1 on success to make -dateopt work
Hartmut Holzgraefe
2022-05-03
Update copyright year
Matt Caswell
2022-04-21
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-03-15
Update copyright year
Matt Caswell
2022-03-14
check return value of functions that call BIO_new() internally
xkernel
2022-03-10
Set protocol in init_client()
Todd Short
2022-02-03
Fix copyrights
Todd Short
2022-01-14
coverity 1497107: dereference after null check
Pauli
2022-01-04
app_http_tls_cb: Fix double-free in case TLS not used
Dr. David von Oheimb
2022-01-04
HTTP client: Work around HTTPS proxy use bug due to callback design flaw
Dr. David von Oheimb
2021-12-22
HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback function
Dr. David von Oheimb
2021-12-14
Update copyright year
Matt Caswell
2021-12-02
s_cb.c: check the return value of X509_get0_pubkey()
x2018
2021-11-29
Return -1 properly from do_X509_REQ_verify and do_X509_verify
PW Hu
2021-11-25
check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....
x2018
2021-11-25
check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...
x2018
2021-11-25
check the return value of OPENSSL_strdup to prevent potential memory access e...
x2018
2021-08-25
Avoid using undefined value in generate_stateless_cookie_callback
Bernd Edlinger
2021-08-25
APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...
Dr. David von Oheimb
2021-07-31
Redefine getpid() -> _getpid() only for MSVC
Tanzinul Islam
2021-07-16
apps: Use the first detected address family if IPv6 is not available
Daiki Ueno
2021-07-14
apps: avoid using POSIX IO macros and functions when built without them.
Pauli
2021-07-12
app: add library context and propq arguments to opt_md() and opt_cipher()
Pauli
2021-07-12
apps: add a function opt_legacy_okay() that indicates if legacy paths are per...
Pauli
2021-07-12
apps: add query to allow a command to know of a provider command line option ...
Pauli
2021-07-02
load_key_certs_crls: Avoid reporting any spurious errors
Tomas Mraz
2021-06-30
cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requests
Dr. David von Oheimb
2021-06-23
Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()
Richard Levitte
2021-06-23
cmp_mock_srv.c: Fix polling mode such that it can be done multiple times
Dr. David von Oheimb
2021-06-22
APPS: Make fallback opt_[u]intmax() implementations based on long
Richard Levitte
2021-06-17
Update copyright year
Matt Caswell
2021-06-16
X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...
Dr. David von Oheimb
2021-06-16
apps: limit get_cipher() to not return AEAD or XTS ciphers
Pauli
2021-06-15
apps: move global libctx and property query into their own file
Pauli
2021-06-15
add libctx and property query to fetch functions
Pauli
2021-06-11
Add support for ISO 8601 datetime format
William Edmisten
2021-06-11
apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32
Richard Levitte
2021-06-10
Fix s_server app to not report an error when using a non DH certificate.
Shane Lontis
2021-06-09
80-test_cmp_http.t: Improve the way the test server is launched and killed
Dr. David von Oheimb
2021-06-03
openssl spkac: Fix reading SPKAC data from stdin
Tomas Mraz
2021-06-02
apps: remove TODOs
Pauli
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-05-29
apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...
Dr. David von Oheimb
2021-05-26
Deprecate old style BIO callback calls
Tomas Mraz
[next]