Sign in
flutter
/
third_party
/
openssl
/
bceae201b45fdbc7898adada6aebe2a1b6145009
/
apps
/
ca.c
f3021ac
Allow the ca application to use EdDSA
by Matt Caswell
· 7 years ago
aebd0e5
Fix memory leaks in CA related functions.
by Pavel Kopyl
· 7 years ago
25642ad
Fix openssl ca, to correctly make output file binary when using -spkac
by Richard Levitte
· 7 years ago
a4107d7
Add missing index_index() when reloading OCSP responder
by Viktor Dukhovni
· 7 years ago
0198512
Fix a memory leak in the ca application
by Matt Caswell
· 7 years ago
5af8844
Allow multiple entries without a Subject even if unique_subject == yes
by Matt Caswell
· 7 years ago
2cedf79
Report a readable error on a duplicate cert in ca app
by Matt Caswell
· 7 years ago
c845ff0
Revert "Don't allow an empty Subject when creating a Certificate"
by Matt Caswell
· 7 years ago
62e394d
Revert "Don't crash on a missing Subject in index.txt"
by Matt Caswell
· 7 years ago
5905396
do_body: fix heap-use-after-free.
by Pavel Kopyl
· 7 years ago
0d502c3
Check the return code from ASN1_TIME_diff()
by Matt Caswell
· 7 years ago
bc2a0dd
The function X509_gmtime_adj() can fail
by Matt Caswell
· 7 years ago
6738bf1
Update copyright year
by Matt Caswell
· 7 years ago
dab2cd6
apps: Don't include progs.h in apps.h
by Richard Levitte
· 7 years ago
1e05c6d
Don't crash on a missing Subject in index.txt
by Matt Caswell
· 7 years ago
e505f1e
Don't allow an empty Subject when creating a Certificate
by Matt Caswell
· 7 years ago
df36429
Useless conf != NULL test
by FdaSilvaYY
· 7 years ago
26a7d93
Remove parentheses of return.
by KaoruToda
· 7 years ago
b589581
Some cleanups to apps/ca.c
by FdaSilvaYY
· 7 years ago
e3713c3
Remove email addresses from source code.
by Rich Salz
· 7 years ago
4881d84
Make sure that a cert with extensions gets version number 2 (v3)
by Richard Levitte
· 8 years ago
9590da2
Remove the X_OK define, it is unused.
by Pauli
· 8 years ago
ffb4683
Add random serial# support.
by Rich Salz
· 8 years ago
3ee1eac
Standardize apps use of -rand, etc.
by Rich Salz
· 8 years ago
2234212
Clean up a bundle of codingstyle stuff in apps directory
by Paul Yang
· 8 years ago
04e6271
Introduce ASN1_TIME_set_string_X509 API
by Rich Salz
· 8 years ago
bd91e3c
Fix a bundle of trailing spaces in several files
by Paul Yang
· 8 years ago
b5c4209
Switch command-line utils to new nameopt API.
by Dmitry Belyavskiy
· 8 years ago
9fa36f5
Remove some commented out code in the apps
by Matt Caswell
· 8 years ago
e627a13
Code health: Remove obvious VAX C fixups
by Richard Levitte
· 8 years ago
0fbaef9
Fix some more memory leaks with TXT_DB_insert.
by Bernd Edlinger
· 8 years ago
9ad52c5
Fix a few memleaks in TXT_DB.
by Bernd Edlinger
· 8 years ago
20967af
Add Sieve support (RFC 5804) to s_client ("-starttls sieve")
by Robert Scheck
· 8 years ago
07a38fd
Fix some style and indent issue simplify some code.
by FdaSilvaYY
· 8 years ago
0db1fb3
Fix use before assignment
by FdaSilvaYY
· 8 years ago
dfc3ffe
Introduce PATH_MAX and NAME_MAX
by FdaSilvaYY
· 8 years ago
3a19b22
Simplify and fix usage of three string array variable...
by FdaSilvaYY
· 8 years ago
229bd12
Fix a double free in ca command line
by Matt Caswell
· 8 years ago
dd1abd4
If an engine comes up explicitely, it must also come down explicitely
by Richard Levitte
· 8 years ago
44c83eb
Constify command options
by FdaSilvaYY
· 8 years ago
06a79af
Fix some magic values about revocation info type...
by FdaSilvaYY
· 9 years ago
2d87ee6
Closing output file from inside the loop who open it
by FdaSilvaYY
· 9 years ago
568ce3a
Constify certificate and CRL time routines.
by Dr. Stephen Henson
· 9 years ago
dc047d3
Set certificate times in one function.
by Dr. Stephen Henson
· 9 years ago
d6073e2
Small nits and cleanups
by FdaSilvaYY
· 9 years ago
cc69629
Constify char* input parameters in apps code
by FdaSilvaYY
· 9 years ago
69b86d4
two typo fixes
by FdaSilvaYY
· 9 years ago
17ebf85
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
by Dr. Stephen Henson
· 9 years ago
b4b42ce
Fix doc and help about ca -valid option
by FdaSilvaYY
· 9 years ago
69b017f
Constify two internal methods - append_ia5 - old_entry_print
by FdaSilvaYY
· 9 years ago
22293ea
Ignore the serial number for now and just do the rest.
by Richard J. Moore
· 9 years ago
1421aea
Make some more X509 functions const.
by Richard J. Moore
· 9 years ago
fefa4d5
Unused variable, and cleanups
by FdaSilvaYY
· 9 years ago
edbff8d
Code factorisation and simplification
by FdaSilvaYY
· 9 years ago
f6c460e
Fix double calls to strlen
by FdaSilvaYY
· 9 years ago
cdd202f
Simplify code related to tmp_email_dn.
by FdaSilvaYY
· 9 years ago
8bf7804
Indent and dead code cleanup
by FdaSilvaYY
· 9 years ago
fba1366
Locally declare some variables
by FdaSilvaYY
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
c821def
Don't load same config file twice.
by Dr. Stephen Henson
· 9 years ago
2e66d3d
Fix: failed to open config file if not specified when using CA commands
by Hansruedi Patzen
· 9 years ago
16e1b28
GH932: Add more help messages to some apps options.
by FdaSilvaYY
· 9 years ago
7b8cc9b
Deprecate OBJ_cleanup() and make it a no-op
by Matt Caswell
· 9 years ago
6e863f0
fix memory leak in ca
by Dr. Stephen Henson
· 9 years ago
f6c006e
Fix a possible leak on NETSCAPE_SPKI_verify failure.
by FdaSilvaYY
· 9 years ago
c513747
Use X509_REQ_get0_pubkey
by FdaSilvaYY
· 9 years ago
1fbab1d
Remove Netware and OS/2
by Rich Salz
· 9 years ago
a773b52
Remove unused parameters from internal functions
by Rich Salz
· 9 years ago
18295f0
Make sure to use unsigned char for is*() functions
by Richard Levitte
· 9 years ago
dd95897
Fix engine key support in utilities.
by Dr. Stephen Henson
· 9 years ago
6755ff1
commands help cleanup
by A J Mohan Rao
· 9 years ago
7644a9a
Rename some BUF_xxx to OPENSSL_xxx
by Rich Salz
· 9 years ago
c01ff88
New function X509_get0_pubkey
by Dr. Stephen Henson
· 9 years ago
f8547f6
Use SHA256 not MD5 as default digest.
by Rich Salz
· 9 years ago
cc9d665
Have the few apps that accessed EVP_MD directly use accessors instead
by Richard Levitte
· 9 years ago
96487cd
Continue standardisation of malloc handling in apps
by Matt Caswell
· 9 years ago
070c233
Remove useless code
by Alessandro Ghedini
· 9 years ago
a0a8232
Centralise loading default apps config file
by Matt Caswell
· 9 years ago
bdd58d9
Change the way apps open their input and output files
by Richard Levitte
· 10 years ago
d303b9d
Make the handling of output and input formats consistent
by Richard Levitte
· 10 years ago
a8d8e06
Avoid direct X509 structure access
by Dr. Stephen Henson
· 10 years ago
124055a
make X509_REQ opaque
by Dr. Stephen Henson
· 10 years ago
f1cece5
Make "oneline" the default for nameopt
by Richard Levitte
· 10 years ago
e58ddf0
Fix argument processing error from the option parsing change over.
by Tim Hudson
· 10 years ago
296f54e
Restore module loading
by Richard Levitte
· 10 years ago
cc01d21
RT3876: Only load config when needed
by Rich Salz
· 10 years ago
75ebbd9
Use p==NULL not !p (in if statements, mainly)
by Rich Salz
· 10 years ago
86885c2
Use "==0" instead of "!strcmp" etc
by Rich Salz
· 10 years ago
b4faea5
Use safer sizeof variant in malloc
by Rich Salz
· 10 years ago
b6d3cb5
RT1369: don't do "helpful" access check.
by Rich Salz
· 10 years ago
bdcb1a2
more OSSL_NELEM cases
by Dr. Stephen Henson
· 10 years ago
25aaa98
free NULL cleanup -- coda
by Rich Salz
· 10 years ago
b548a1f
free null cleanup finale
by Rich Salz
· 10 years ago
23a1d5e
free NULL cleanup 7
by Rich Salz
· 10 years ago
68dc682
In apps, malloc or die
by Rich Salz
· 10 years ago
222561f
free NULL cleanup 5a
by Rich Salz
· 10 years ago
2ace745
free NULL cleanup 8
by Rich Salz
· 10 years ago
2fa45e6
use isxdigit and apps_tohex
by Rich Salz
· 10 years ago
ecf3a1f
Remove needless bio_err argument
by Rich Salz
· 10 years ago
b196e7d
remove malloc casts
by Rich Salz
· 10 years ago
Next »