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
*
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
*
Fix some magic values about revocation info type...
FdaSilvaYY
2016-09-13
1
-52
/
+47
*
Closing output file from inside the loop who open it
FdaSilvaYY
2016-08-22
1
-2
/
+3
*
Constify certificate and CRL time routines.
Dr. Stephen Henson
2016-08-19
1
-8
/
+8
*
Set certificate times in one function.
Dr. Stephen Henson
2016-08-19
1
-8
/
+3
*
Small nits and cleanups
FdaSilvaYY
2016-08-17
1
-2
/
+2
*
Constify char* input parameters in apps code
FdaSilvaYY
2016-08-17
1
-40
/
+45
*
two typo fixes
FdaSilvaYY
2016-08-16
1
-1
/
+1
*
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
Dr. Stephen Henson
2016-08-16
1
-1
/
+1
*
Fix doc and help about ca -valid option
FdaSilvaYY
2016-08-11
1
-1
/
+2
*
Constify two internal methods
FdaSilvaYY
2016-08-04
1
-2
/
+2
*
Ignore the serial number for now and just do the rest.
Richard J. Moore
2016-07-30
1
-3
/
+3
*
Make some more X509 functions const.
Richard J. Moore
2016-07-30
1
-3
/
+3
*
Unused variable, and cleanups
FdaSilvaYY
2016-07-25
1
-10
/
+5
*
Code factorisation and simplification
FdaSilvaYY
2016-07-20
1
-50
/
+36
*
Fix double calls to strlen
FdaSilvaYY
2016-07-20
1
-6
/
+7
*
Simplify code related to tmp_email_dn.
FdaSilvaYY
2016-07-20
1
-6
/
+6
*
Indent and dead code cleanup
FdaSilvaYY
2016-05-21
1
-42
/
+41
*
Locally declare some variables
FdaSilvaYY
2016-05-18
1
-3
/
+2
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Don't load same config file twice.
Dr. Stephen Henson
2016-05-16
1
-1
/
+1
*
Fix: failed to open config file if not specified when using CA commands
Hansruedi Patzen
2016-05-09
1
-12
/
+5
*
GH932: Add more help messages to some apps options.
FdaSilvaYY
2016-05-04
1
-6
/
+6
*
Deprecate OBJ_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-1
/
+0
*
fix memory leak in ca
Dr. Stephen Henson
2016-04-05
1
-1
/
+1
*
Fix a possible leak on NETSCAPE_SPKI_verify failure.
FdaSilvaYY
2016-04-04
1
-0
/
+1
*
Use X509_REQ_get0_pubkey
FdaSilvaYY
2016-04-04
1
-3
/
+2
[next]