index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
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-rfc3820-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
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
ca.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document command parameters.
Rich Salz
2019-11-20
1
-0
/
+5
*
Add "sections" to -help output
Rich Salz
2019-11-08
1
-31
/
+41
*
Support SM2 certificate signing
Paul Yang
2019-06-28
1
-5
/
+63
*
apps/ca.c: only output DER with SPKAC input and when -out is chosen
Richard Levitte
2019-02-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix: 'openssl ca' command crashes when used with 'rand_serial' option
Dr. Matthias St. Pierre
2018-10-17
1
-9
/
+10
*
typo-fixes: miscellaneous typo fixes
agnosticdev
2018-09-21
1
-1
/
+1
*
Improve the usability of the ca app using EdDSA
Matt Caswell
2018-08-22
1
-9
/
+13
*
apps/ca: fix useless get before delete.
FdaSilvaYY
2018-06-21
1
-3
/
+3
*
openssl ca: open the output file as late as possible
Richard Levitte
2018-06-21
1
-4
/
+12
*
Allow the ca application to use EdDSA
Matt Caswell
2018-05-18
1
-9
/
+13
*
Fix memory leaks in CA related functions.
Pavel Kopyl
2018-05-02
1
-1
/
+4
*
Fix openssl ca, to correctly make output file binary when using -spkac
Richard Levitte
2018-04-23
1
-6
/
+6
*
Add missing index_index() when reloading OCSP responder
Viktor Dukhovni
2018-04-18
1
-2
/
+2
*
Fix a memory leak in the ca application
Matt Caswell
2018-03-15
1
-2
/
+2
*
Allow multiple entries without a Subject even if unique_subject == yes
Matt Caswell
2018-03-15
1
-0
/
+19
*
Report a readable error on a duplicate cert in ca app
Matt Caswell
2018-03-15
1
-105
/
+103
*
Revert "Don't allow an empty Subject when creating a Certificate"
Matt Caswell
2018-03-15
1
-10
/
+0
*
Revert "Don't crash on a missing Subject in index.txt"
Matt Caswell
2018-03-15
1
-4
/
+0
*
do_body: fix heap-use-after-free.
Pavel Kopyl
2018-02-21
1
-1
/
+0
*
Check the return code from ASN1_TIME_diff()
Matt Caswell
2018-02-15
1
-1
/
+3
*
The function X509_gmtime_adj() can fail
Matt Caswell
2018-02-15
1
-7
/
+10
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Don't crash on a missing Subject in index.txt
Matt Caswell
2018-01-22
1
-0
/
+4
*
Don't allow an empty Subject when creating a Certificate
Matt Caswell
2018-01-22
1
-0
/
+10
*
Useless conf != NULL test
FdaSilvaYY
2017-12-09
1
-21
/
+14
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-8
/
+8
*
Some cleanups to apps/ca.c
FdaSilvaYY
2017-10-16
1
-56
/
+34
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-3
/
+0
*
Make sure that a cert with extensions gets version number 2 (v3)
Richard Levitte
2017-09-26
1
-1
/
+9
*
Remove the X_OK define, it is unused.
Pauli
2017-08-30
1
-1
/
+0
*
Add random serial# support.
Rich Salz
2017-08-22
1
-21
/
+41
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-16
1
-6
/
+8
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-38
/
+42
*
Introduce ASN1_TIME_set_string_X509 API
Rich Salz
2017-06-11
1
-2
/
+2
*
Fix a bundle of trailing spaces in several files
Paul Yang
2017-06-09
1
-1
/
+1
*
Switch command-line utils to new nameopt API.
Dmitry Belyavskiy
2017-04-25
1
-10
/
+7
*
Remove some commented out code in the apps
Matt Caswell
2017-02-28
1
-1
/
+1
*
Code health: Remove obvious VAX C fixups
Richard Levitte
2017-02-28
1
-5
/
+1
*
Fix some more memory leaks with TXT_DB_insert.
Bernd Edlinger
2017-02-21
1
-5
/
+11
*
Fix a few memleaks in TXT_DB.
Bernd Edlinger
2017-02-21
1
-5
/
+7
*
Add Sieve support (RFC 5804) to s_client ("-starttls sieve")
Robert Scheck
2017-02-14
1
-2
/
+1
*
Fix some style and indent issue
FdaSilvaYY
2017-01-25
1
-21
/
+16
*
Fix use before assignment
FdaSilvaYY
2017-01-23
1
-5
/
+4
*
Introduce PATH_MAX and NAME_MAX
FdaSilvaYY
2016-11-15
1
-4
/
+12
*
Simplify and fix usage of three string array variable...
FdaSilvaYY
2016-11-15
1
-15
/
+15
*
Fix a double free in ca command line
Matt Caswell
2016-10-28
1
-1
/
+0
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-0
/
+1
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
[next]