aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-22/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-10/+10
| | | | | | Submitted by: Reviewed by: PR:
* Fix lots of warnings.Ulf Möller1999-04-201-1/+1
| | | | Submitted by: Richard Levitte <levitte@stacken.kth.se>
* Change functions to ANSI C.Ulf Möller1999-04-191-104/+32
|
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-181-2/+8
| | | | isn't fully implemented (yet).
* Massive constification.Ben Laurie1999-04-171-12/+15
|
* Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson1999-04-161-10/+4
| | | | | add various X509V3_CTX helper functions and support for LHASH as the config database.
* gcc claims this is a shadow, though I can't find what it is shadowing...Ben Laurie1999-04-121-3/+3
|
* Add `openssl ca -revoke <certfile>' facility which revokes a certificateRalf S. Engelschall1999-04-121-0/+181
| | | | | | | | | specified in <certfile> by updating the entry in the index.txt file. This way one no longer has to edit the index.txt file manually for revoking a certificate. The -revoke option does the gory details now. Submitted by: Massimiliano Pala <madwolf@openca.org> Cleaned up and integrated by: Ralf S. Engelschall
* Fix a few typos and tabs while I'm poking around in ca.c...Ralf S. Engelschall1999-04-101-4/+4
|
* Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson1999-03-061-0/+30
| | | | | make 'req' check the config file syntax before it adds extensions. Added info in the documentation as well.
* Fix more warnings.Ben Laurie1999-02-231-4/+4
|
* Redo the way 'req' and 'ca' add objects: add support for oid_section.Dr. Stephen Henson1999-02-231-12/+41
|
* Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson1999-02-211-0/+1
| | | | | to include email addresses from DN and copy details from issuer certificate. Include examples in openssl.cnf, update Win32 ordinals.
* Finally(?) fix DES stuff.Ben Laurie1999-02-131-12/+12
|
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-3/+9
| | | | | | | 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.
* Process extensions when they are there.Ben Laurie1999-02-061-1/+1
|
* Typo in arguments.Ben Laurie1999-02-061-1/+1
|
* Clear error we don't care about.Ben Laurie1999-02-061-0/+1
|
* fix typoMark J. Cox1999-01-311-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Still more X509 V3 stuff. Modify ca.c to work with the new code and modifyDr. Stephen Henson1999-01-261-138/+40
| | | | openssl.cnf for the new syntax.
* Remove pointless MD5 hash.Ben Laurie1999-01-171-3/+7
| | | | Contributed by: Anonymous <nobody@replay.com>
* More EVP_PKEY patches for new functionality.Dr. Stephen Henson1999-01-031-1/+7
|
* Some more changes for renaming the binary from ssleay to openssl.Paul C. Sutton1999-01-021-1/+1
| | | | I wonder what eay.c is?
* Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always haveDr. Stephen Henson1999-01-021-1/+1
| | | | zero unused bits.
* Incorporation of RSEs assembled patchesRalf S. Engelschall1998-12-221-1/+5
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-4/+35
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-35/+175
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+1916