aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the Win32_rename() function so it correctlyDr. Stephen Henson2002-03-081-0/+4
* Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+8
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+1
* ECDSA supportBodo Möller2002-02-131-0/+15
* Fix email address delete code.Dr. Stephen Henson2001-11-061-1/+1
* Another noemailDN fix.Dr. Stephen Henson2001-10-271-6/+3
* Allow ca to certify requests containing BMPStrings and UTF8Strings.Dr. Stephen Henson2001-10-271-7/+10
* Bugfixes for noemailDN option. Make it use theDr. Stephen Henson2001-10-271-17/+15
* Add '-noemailDN' option to 'openssl ca'. This prevents inclusion ofBodo Möller2001-10-251-38/+98
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Make -passin -passout etc work again.Dr. Stephen Henson2001-08-171-3/+10
* Add CRL utility functions to allow CRLs to beDr. Stephen Henson2001-08-171-23/+27
* Initial OCSP server support, using index.txt format.Dr. Stephen Henson2001-07-121-88/+123
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-58/+62
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-271-37/+11
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-25/+3
* VMS doesn't support more than on period in a file nameRichard Levitte2001-05-221-0/+16
* Add copy_extensions option to 'ca' utility.Dr. Stephen Henson2001-03-161-47/+37
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-151-37/+144
* New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller2001-03-051-22/+104
* Windows does not know of strigs.h or strcasecmp, so when in Windows,Richard Levitte2001-02-221-1/+6
* Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte2001-02-201-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-10/+11
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson2001-02-191-8/+11
* New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson2001-02-161-20/+304
* Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson2001-02-101-4/+3
* format stringsUlf Möller2001-02-061-1/+1
* Don't shadow.Dr. Stephen Henson2001-01-181-1/+0
* New '-extfile' option for 'openssl ca'.Bodo Möller2001-01-151-19/+96
* Fix warning in apps/ca.cDr. Stephen Henson2001-01-141-2/+2
* New 'openssl ca -status <serial>' and 'openssl ca -updatedb'Bodo Möller2001-01-121-34/+320
* If CONF_get_string returns NULL and we want to tolerate thisBodo Möller2000-12-151-8/+33
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-1/+1
* Fix warnings.Ben Laurie2000-12-031-4/+4
* Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe2000-12-021-15/+21
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-4/+6
* Add the possibility to use keys handled by engines in moreRichard Levitte2000-10-281-6/+30
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+27
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-5/+19
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-031-1/+11
* Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte2000-06-221-24/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-25/+25
* Typesafety thought police.Ben Laurie2000-05-161-12/+12
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-1/+1
* Fix typo and make ca get the CA and request fields correct.Dr. Stephen Henson2000-03-081-1/+1
* The OpenVMS library is most definitely not built for anything butRichard Levitte2000-02-261-1/+1
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-1/+1