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
Age
Commit message (
Expand
)
Author
2022-10-24
openssl list: Fix help text about -cipher-algorithms option
Daniel Fiala
2022-10-24
Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...
xkernel
2022-10-21
Replace BIO_free(bio_err) with BIO_free_all(bio_err)
xkernel
2022-10-11
Update copyright year
Matt Caswell
2022-09-20
apps/ciphers.h: Ensure ossl_assert() is properly declared
Richard Levitte
2022-09-20
Check that sk_SSL_CIPHER_value returns non-NULL value.
Daniel Fiala
2022-09-20
Always use FORMAT_BINARY for infile
Patrik Sevallius
2022-08-31
apps/speed.c: Wait for generated children
Juergen Christ
2022-08-26
Add missing ')' to command help
Pauli
2022-08-23
openssl speed fails in FIPS mode
Dmitry Belyavskiy
2022-08-17
SHAKE documentation updates for default output length.
slontis
2022-08-17
APPS: genrsa: Support setting properties
Clemens Lang
2022-08-17
APPS: dgst: Support properties when signing
Clemens Lang
2022-08-17
APPS: pkeyparam: Support setting properties
Clemens Lang
2022-08-17
APPS: ecparam: Support setting properties
Clemens Lang
2022-08-17
APPS: dhparam: Support setting properties
Clemens Lang
2022-08-01
Fix wrong default algorithm in openssl pkcs12 help
Arne Schwabe
2022-07-20
Fix verify_callback in the openssl s_client/s_server app
Dmitry Belyavskiy
2022-07-14
apps/x509: add warnings for options ignored when -CA is not specified
Dr. David von Oheimb
2022-07-14
APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...
Dr. David von Oheimb
2022-07-14
apps/x509: Fix -CAfile option being neglected with -new or -in
Dr. David von Oheimb
2022-07-13
speed: Always reset the outlen when calling EVP_PKEY_derive
Tomas Mraz
2022-07-11
apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INFO in its http_cb_arg f...
Dr. David von Oheimb
2022-07-06
Fixes OSCP->OCSP typo in ocsp command line
Alexander Scheel
2022-07-06
app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLS
Dr. David von Oheimb
2022-07-05
Update copyright year
Richard Levitte
2022-07-01
APPS: dsaparam, gendsa: Support setting properties
Clemens Lang
2022-06-23
Fix the checks of X509_LOOKUP_* functions
Peiwei Hu
2022-06-23
Fix the checks of X509_REVOKED_add1_ext_i2d
Peiwei Hu
2022-06-22
apps/s_server.c: Add check for OPENSSL_strdup
Jiasheng Jiang
2022-06-21
Update copyright year
Matt Caswell
2022-06-16
Have set_dateopt() return 1 on success to make -dateopt work
Hartmut Holzgraefe
2022-06-02
Fix the checks of EVP_PKEY_param_check
Peiwei Hu
2022-06-02
Fix the checks of EVP_PKEY_check
Peiwei Hu
2022-06-02
Fix the checks of EVP_PKEY_CTX_set/get_* functions
Peiwei Hu
2022-05-27
Fix the incorrect checks of EVP_CIPHER_CTX_rand_key
Peiwei Hu
2022-05-27
Fix the incorrect checks of EVP_CIPHER_CTX_set_key_length
Peiwei Hu
2022-05-24
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-06
s_serve: Report an error if init-connection fails without an attempt to read.
Daniel Fiala
2022-05-05
s_client -proxy / -starttls shouldn't be mutually exclusive
Vita Batrla
2022-05-04
openssl: dhparam: Print warning if -in argument is ignored
Daniel Fiala
2022-05-03
Update copyright year
Matt Caswell
2022-04-21
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-21
Fix a possible NULL pointer dereference in create_cert_store()
Zhou Qingyang
2022-04-21
Fix wild pointer dereference in make_ocsp_response()
Zhou Qingyang
2022-04-01
req, x509: Allow printing modulus of RSA-PSS keys
Tomas Mraz
2022-03-22
Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.
Daniel Fiala
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
[next]