- e6623cf Fix safestack issues in x509.h by Matt Caswell · 4 years, 5 months ago
- 0807370 NonStop port updates for 3.0.0. by Randall S. Becker · 4 years, 5 months ago
- 64713cb apps/ca: allow CRL lastUpdate/nextUpdate fields to be specified by Chris Novakovic · 4 years, 5 months ago
- 5a0991d Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and x509 apps by Dr. David von Oheimb · 4 years, 5 months ago
- 2a33470 Make better use of new load_cert_pass() variant of load_cert() in apps/ by Dr. David von Oheimb · 4 years, 6 months ago
- b3c5aad apps: make use of OSSL_STORE for generalized certs and CRLs loading by Dr. David von Oheimb · 4 years, 6 months ago
- 57c05c5 apps: Correct and extend diagnostics of parse_name() by Dr. David von Oheimb · 4 years, 7 months ago
- 6725682 Add X509 related libctx changes. by Shane Lontis · 4 years, 6 months ago
- 1337a3a Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_get_serialNumber by Dr. David von Oheimb · 4 years, 7 months ago
- 6d382c7 Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c by Dr. David von Oheimb · 4 years, 9 months ago
- 9d5aca6 Add function load_csr(file,format,desc) to apps/lib/apps.c by David von Oheimb · 7 years ago
- 852c2ed In OpenSSL builds, declare STACK for datatypes ... by Rich Salz · 5 years ago
- 33388b4 Update copyright year by Matt Caswell · 4 years, 9 months ago
- 8cc86b8 Constify various mostly X509-related parameter types in crypto/ and apps/ by Dr. David von Oheimb · 4 years, 10 months ago
- 2292c8e APPS: Remove all traces of special SM2 treatment. by Richard Levitte · 5 years ago
- d462b5f Add -section option to 'req' command by Rich Salz · 5 years ago
- 6bd4e3f cmdline app: add provider commandline options. by Pauli · 5 years ago
- 92de469 Document command parameters. by Rich Salz · 5 years ago
- 5388f98 Add "sections" to -help output by Rich Salz · 5 years ago
- bc42bd6 Support SM2 certificate signing by Paul Yang · 6 years ago
- 69f6b3c apps/ca.c: only output DER with SPKAC input and when -out is chosen by Richard Levitte · 6 years ago
- dffa752 Following the license change, modify the boilerplates in apps/ by Richard Levitte · 6 years ago
- aeec793 Fix: 'openssl ca' command crashes when used with 'rand_serial' option by Dr. Matthias St. Pierre · 6 years ago
- 46d0850 typo-fixes: miscellaneous typo fixes by agnosticdev · 6 years ago
- aabbc24 Improve the usability of the ca app using EdDSA by Matt Caswell · 6 years ago
- 991f035 apps/ca: fix useless get before delete. by FdaSilvaYY · 7 years ago
- 63871d9 openssl ca: open the output file as late as possible by Richard Levitte · 7 years ago
- 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 · 7 years ago
- 9590da2 Remove the X_OK define, it is unused. by Pauli · 7 years ago
- ffb4683 Add random serial# support. by Rich Salz · 7 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 · 9 years ago
- 06a79af Fix some magic values about revocation info type... by FdaSilvaYY · 8 years ago
- 2d87ee6 Closing output file from inside the loop who open it by FdaSilvaYY · 8 years ago
- 568ce3a Constify certificate and CRL time routines. by Dr. Stephen Henson · 8 years ago
- dc047d3 Set certificate times in one function. by Dr. Stephen Henson · 8 years ago
- d6073e2 Small nits and cleanups by FdaSilvaYY · 8 years ago
- cc69629 Constify char* input parameters in apps code by FdaSilvaYY · 8 years ago
- 69b86d4 two typo fixes by FdaSilvaYY · 8 years ago
- 17ebf85 Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). by Dr. Stephen Henson · 8 years ago
- b4b42ce Fix doc and help about ca -valid option by FdaSilvaYY · 8 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