index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
apps/x509: add warnings for options ignored when -CA is not specified
Dr. David von Oheimb
2022-07-14
1
-3
/
+13
*
APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...
Dr. David von Oheimb
2022-07-14
4
-13
/
+33
*
apps/x509: Fix -CAfile option being neglected with -new or -in
Dr. David von Oheimb
2022-07-14
1
-1
/
+1
*
speed: Always reset the outlen when calling EVP_PKEY_derive
Tomas Mraz
2022-07-13
1
-2
/
+5
*
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-11
1
-5
/
+11
*
Add config option for speed command
Kan
2022-07-11
1
-1
/
+9
*
Fixes OSCP->OCSP typo in ocsp command line
Alexander Scheel
2022-07-06
1
-1
/
+1
*
app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLS
Dr. David von Oheimb
2022-07-06
1
-1
/
+8
*
APPS: dsaparam, gendsa: Support setting properties
Clemens Lang
2022-07-01
2
-3
/
+4
*
apps/cmp.c: improve print_itavs()
Dr. David von Oheimb
2022-07-01
1
-19
/
+27
*
apps/cmp.c: Fix glitch in -newkeypass warning and extend warnings for genm
Dr. David von Oheimb
2022-07-01
1
-3
/
+3
*
Update the default macsaltlen and Add the configure for macsaltlen
Kan
2022-06-30
1
-4
/
+12
*
Fix the checks of X509_LOOKUP_* functions
Peiwei Hu
2022-06-23
2
-7
/
+7
*
Fix the checks of X509_REVOKED_add1_ext_i2d
Peiwei Hu
2022-06-23
1
-5
/
+5
*
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
Hugo Landau
2022-06-22
1
-1
/
+1
*
apps/s_server.c: Add check for OPENSSL_strdup
Jiasheng Jiang
2022-06-22
1
-0
/
+2
*
Have set_dateopt() return 1 on success to make -dateopt work
Hartmut Holzgraefe
2022-06-16
1
-1
/
+3
*
Fix the checks of EVP_PKEY_param_check
Peiwei Hu
2022-06-02
2
-2
/
+2
*
Fix the checks of EVP_PKEY_check
Peiwei Hu
2022-06-02
2
-2
/
+2
*
Fix the checks of EVP_PKEY_CTX_set/get_* functions
Peiwei Hu
2022-06-02
2
-4
/
+4
*
Fix the incorrect checks of EVP_CIPHER_CTX_rand_key
Peiwei Hu
2022-05-27
1
-1
/
+1
*
Fix the incorrect checks of EVP_CIPHER_CTX_set_key_length
Peiwei Hu
2022-05-27
1
-1
/
+1
*
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-24
1
-2
/
+2
*
Avoid unchecked string concatenation
Benny Baumann
2022-05-23
1
-17
/
+13
*
Avoid potential OOB if width > sizeof(start)
Benny Baumann
2022-05-23
1
-46
/
+58
*
s_serve: Report an error if init-connection fails without an attempt to read.
Daniel Fiala
2022-05-06
1
-4
/
+42
*
s_client -proxy / -starttls shouldn't be mutually exclusive
Vita Batrla
2022-05-05
1
-8
/
+7
*
openssl: dhparam: Print warning if -in argument is ignored
Daniel Fiala
2022-05-04
1
-0
/
+4
*
Fix Coverity 1503314 unchecked return value
Pauli
2022-05-04
1
-2
/
+2
*
Remove duplicated #include headers
JHH20
2022-05-04
2
-2
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
46
-46
/
+46
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
9
-26
/
+25
*
Fix a possible NULL pointer dereference in create_cert_store()
Zhou Qingyang
2022-04-21
1
-0
/
+4
*
Fix wild pointer dereference in make_ocsp_response()
Zhou Qingyang
2022-04-21
1
-0
/
+5
*
Do a prelimary check for numbers in openssl prime command.
Daniel Fiala
2022-04-19
1
-5
/
+20
*
CMS sign digest
Viktor Söderqvist
2022-04-02
1
-9
/
+43
*
req, x509: Allow printing modulus of RSA-PSS keys
Tomas Mraz
2022-04-01
2
-2
/
+2
*
Size of random output is now a long, also added option to select chunk size
Kevin K Biju
2022-03-28
1
-7
/
+8
*
Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.
Daniel Fiala
2022-03-22
1
-1
/
+1
*
Add TFO support to socket BIO and s_client/s_server
Todd Short
2022-03-10
4
-12
/
+73
*
Allow to *just* print key and IV of unstreamable modes when no input files
EasySec
2022-03-10
1
-1
/
+1
*
Set protocol in init_client()
Todd Short
2022-03-10
1
-1
/
+1
*
check the return value of BIO_new_file()
xkernel
2022-03-10
2
-0
/
+8
*
apps: several return value checks for BIO_new()
xkernel
2022-03-04
3
-7
/
+67
*
s_server: Do not use SSL_sendfile when KTLS is not being used
Hugo Landau
2022-03-03
1
-1
/
+8
*
Enable openssl req -x509 to create certificates from CSRs
Hugo Landau
2022-03-03
1
-2
/
+3
*
check the return value of CRYPTO_strdup()
xkernel
2022-02-28
2
-2
/
+10
*
Add -quiet option to pkcs7 for -print_certs
Raul Ferrando
2022-02-24
1
-4
/
+9
*
enc : add support for wrap mode
EasySec
2022-02-18
1
-2
/
+23
*
apps/s_server: Add missing check for BIO_new
Jiasheng Jiang
2022-02-17
1
-4
/
+50
[next]