aboutsummaryrefslogtreecommitdiffstats
path: root/apps/req.c
Commit message (Collapse)AuthorAgeFilesLines
* Change functions to ANSI C.Ulf Möller1999-04-191-36/+10
|
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-181-1/+4
| | | | isn't fully implemented (yet).
* Massive constification.Ben Laurie1999-04-171-1/+1
|
* Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson1999-04-161-5/+2
| | | | | add various X509V3_CTX helper functions and support for LHASH as the config database.
* Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson1999-03-061-2/+9
| | | | | make 'req' check the config file syntax before it adds extensions. Added info in the documentation as well.
* Remove debugging fprintf from req.c and fix the code so it properly skips overDr. Stephen Henson1999-02-241-6/+6
| | | | the first leading XXX. in the DN.
* Get rid of a nasty debugging message which was forgotten here...Ralf S. Engelschall1999-02-231-1/+3
|
* Redo the way 'req' and 'ca' add objects: add support for oid_section.Dr. Stephen Henson1999-02-231-42/+63
|
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-0/+2
| | | | | | | name, issuer and authority key id. Change the i2v function parameters and add an extra 'crl' parameter in the X509V3_CTX structure: guess what that's for :-) Fix to ASN1 macro which messed up IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.
* Diagnose errors.Ben Laurie1999-02-061-1/+7
|
* Fix some more typosMark J. Cox1999-01-311-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Allow the -certfile argument to be used multiple times in crl2pkcs7.Dr. Stephen Henson1999-01-291-1/+1
| | | | Also fix typos in the usage messages: "inout" instead of "input".
* More X509 V3 stuff. Add support for extensions in the 'req' applicationDr. Stephen Henson1999-01-251-4/+19
| | | | | | | so that: openssl req -x509 -new -out cert.pem will take extensions from openssl.cnf a sample for a CA is included. Also change the directory order so pem is nearer the end. Otherwise 'make links' wont work because pem.h can't be built.
* Fix numeric -newkey args.Ben Laurie1999-01-071-3/+6
| | | | Contributed by: Bodo Moeller <3moeller@informatik.uni-hamburg.de>
* More EVP_PKEY patches for new functionality.Dr. Stephen Henson1999-01-031-1/+4
|
* Make sure applications free up pkey structures and add netscape extensionDr. Stephen Henson1999-01-031-1/+4
| | | | handling to x509.c
* First cut of a cleanup for apps/. First the `ssleay' program is now namedRalf S. Engelschall1999-01-021-2/+4
| | | | | | | | | `openssl' and second, the shortcut symlinks for the `openssl <command>' are no longer created. This way we have a single and consistent command line interface `openssl <command>', similar to `cvs <command>'. Notice, the openssl.cnf, openssl.c and progs.pl files were changed after a repository copy, i.e. they still contain the complete file history.
* Incorporation of RSEs assembled patchesRalf S. Engelschall1998-12-221-0/+2
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+23
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-15/+55
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+1097