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
*
Add 'methods' parameter to setup_engine() in apps.c for individual method def...
David von Oheimb
2020-05-15
4
-25
/
+20
*
Clean up macro definitions of openssl_fdset() in apps.h and sockets.h
Dr. David von Oheimb
2020-05-15
1
-7
/
+1
*
Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c
Dr. David von Oheimb
2020-05-15
24
-456
/
+265
*
Guard use of struct tms with #ifdef __TMS like done earlier in apps/lib/apps.c
Dr. David von Oheimb
2020-05-15
1
-3
/
+16
*
Build: make apps/progs.c depend on configdata.pm
Richard Levitte
2020-05-15
1
-0
/
+3
*
Update copyright year
Matt Caswell
2020-05-15
10
-10
/
+10
*
Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()
Dr. David von Oheimb
2020-05-13
1
-6
/
+7
*
Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()
Dr. David von Oheimb
2020-05-13
1
-22
/
+24
*
Improve CMP documentation regarding use of untrusted certs
Dr. David von Oheimb
2020-05-13
1
-1
/
+1
*
Chunk 11 of CMP contribution to OpenSSL: CMP command-line interface
Dr. David von Oheimb
2020-05-13
4
-1
/
+3442
*
Fix FreeBSD build with --strict-warnings
Benjamin Kaduk
2020-05-13
1
-0
/
+1
*
Fix rsa8192.pem
Bernd Edlinger
2020-05-13
1
-3
/
+1
*
Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.c
Dr. David von Oheimb
2020-05-09
4
-409
/
+536
*
SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
Nikolay Morozov
2020-05-07
1
-1
/
+11
*
s_server normal shutdown
Dmitry Belyavskiy
2020-05-06
4
-26
/
+25
*
coverity 1462572 Dereference after null check
Pauli
2020-04-30
1
-2
/
+6
*
coverity 1462571 Dereference after null check
Pauli
2020-04-30
1
-6
/
+9
*
Amend references to "OpenSSL license"
Shourya Shukla
2020-04-29
7
-7
/
+7
*
Clean up the use of ERR_print_errors() in apps.c and in four apps
Dr. David von Oheimb
2020-04-24
5
-73
/
+60
*
Remove a bad 'goto end' and a few superfluous ones in apps/lib/apps.c
David von Oheimb
2020-04-24
1
-9
/
+3
*
Improve feedback on wrong format with new print_format_error() in apps/lib/opt.c
David von Oheimb
2020-04-24
3
-5
/
+62
*
Add function load_csr(file,format,desc) to apps/lib/apps.c
David von Oheimb
2020-04-24
8
-90
/
+109
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
28
-0
/
+103
*
Update some nits around the FIPS module
Rich Salz
2020-04-24
1
-5
/
+14
*
Update copyright year
Matt Caswell
2020-04-23
55
-55
/
+55
*
gendsa: remove unnecessary OPENSSL_SUPPRESS_DEPRECATED definition
Pauli
2020-04-21
1
-3
/
+0
*
Update comment on crls_http_cb() as it does support non-blocking I/O since #1...
Dr. David von Oheimb
2020-04-20
1
-3
/
+2
*
Fix descriptions of credentials and verification options for various apps
Dr. David von Oheimb
2020-04-20
8
-46
/
+46
*
dhparam: white space cleaning
Pauli
2020-04-19
1
-3
/
+1
*
apps: undeprecate the conditioned out apps
Pauli
2020-04-19
1
-10
/
+13
*
openssl: include the version a command was deprecated in the output text.
Pauli
2020-04-19
1
-24
/
+21
*
apps: reinstate deprecated commands but using PKEY APIs
Pauli
2020-04-19
1
-4
/
+4
*
dsaparam: update command line app to use EVP calls
Pauli
2020-04-19
1
-21
/
+24
*
gendsa: update command line app to use EVP calls
Pauli
2020-04-19
1
-2
/
+30
*
genrsa: update command line app to use EVP calls
Pauli
2020-04-19
1
-32
/
+54
*
openssl: include the version a command was deprecated in the output text.
Pauli
2020-04-19
3
-32
/
+39
*
apps: reinstate deprecated commands but using PKEY APIs
Pauli
2020-04-19
1
-4
/
+4
*
dhparam: update command line app to use EVP calls
Pauli
2020-04-19
1
-53
/
+80
*
dsaparam: update command line app to use EVP calls
Pauli
2020-04-19
2
-39
/
+99
*
rsa: update command line app to use EVP calls
Pauli
2020-04-19
1
-23
/
+29
*
dsa: update command line app to use EVP calls
Pauli
2020-04-19
1
-16
/
+10
*
GOST2012 TLS ClientCertificateType Identifiers support
Nikolay Morozov
2020-04-18
1
-1
/
+1
*
apps/speed: fix invalid final report when run SM2 benchmarks in parallel
张盛豪
2020-04-18
1
-3
/
+4
*
Don't compile commands if disabled
Rich Salz
2020-04-10
15
-375
/
+341
*
Move legacy ciphers into the legacy provider
Shane Lontis
2020-04-09
4
-2
/
+27
*
Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests
Dr. David von Oheimb
2020-04-02
2
-7
/
+7
*
apps: support sendfile in s_server when ktls enabled
Tianjia Zhang
2020-04-01
1
-24
/
+83
*
s_server: Properly indicate ALPN protocol mismatch
Tomas Mraz
2020-03-27
1
-1
/
+1
*
Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests
Dr. David von Oheimb
2020-03-25
1
-5
/
+6
*
Use ctx2 instead ctx.
Richard Könning
2020-03-24
1
-1
/
+1
[next]