summaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work with -pedantic!Ben Laurie1999-04-233-15/+17
|
* Fix lots of warnings.Ulf Möller1999-04-214-4/+6
| | | | Submitted by: Richard Levitte <levitte@stacken.kth.se>
* Change functions to ANSI C.Ulf Möller1999-04-1933-494/+162
|
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-192-3/+12
| | | | isn't fully implemented (yet).
* Massive constification.Ben Laurie1999-04-1711-28/+33
|
* Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson1999-04-172-15/+6
| | | | | add various X509V3_CTX helper functions and support for LHASH as the config database.
* /* Just some comments. */Bodo Möller1999-04-152-2/+6
| | | | | | Submitted by: Reviewed by: PR:
* Cleaning up Ben's clean-ups :-)Bodo Möller1999-04-151-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Some tiny fixes.Bodo Möller1999-04-142-2/+3
| | | | | | | | | | Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
* Add type-safe STACKs and SETs.Ben Laurie1999-04-126-108/+122
|
* 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 `openssl crl -noout -text' combination where `-noout' killed the `-text'Ralf S. Engelschall1999-04-121-2/+3
| | | | | option at all and this way the `-noout -text' combination was inconsistent in `openssl crl' with the friends in `openssl x509|rsa|dsa'.
* Submitted by:Bodo Möller1999-04-111-0/+26
| | | | | Reviewed by: PR:
* Fix a few typos and tabs while I'm poking around in ca.c...Ralf S. Engelschall1999-04-101-4/+4
|
* Adjust renegotiation slightly.Ben Laurie1999-04-101-3/+3
|
* Bugfix: s_client occasionally would sleep in select() when it shouldBodo Möller1999-04-091-20/+25
| | | | | | | have checked SSL_pending() first. Submitted by: Reviewed by: PR:
* Remove obsolete files from SSLeay 0.8.Ulf Möller1999-04-069-459/+0
|
* Don't shadow.Ben Laurie1999-04-031-2/+2
|
* Avoid EADDRINUSE for s_server.Bodo Möller1999-04-031-0/+6
| | | | | | Submitted by: Reviewed by: PR:
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-3/+3
|
* Don't shadow.Ben Laurie1999-04-011-5/+5
|
* New option "-showcerts" for s_clientBodo Möller1999-03-311-1/+9
| | | | Slight cleanup in ssl/
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-294-3/+720
| | | | integration.
* Fix security hole.Ben Laurie1999-03-225-147/+187
|
* Remake cert links when the app is built.Ben Laurie1999-03-091-0/+1
|
* Make it more clear what option -WWW to s_server does.Ralf S. Engelschall1999-03-091-1/+1
|
* Make `openssl version' output lines consistent.Ralf S. Engelschall1999-03-081-1/+1
|
* Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson1999-03-063-2/+48
| | | | | make 'req' check the config file syntax before it adds extensions. Added info in the documentation as well.
* Put the dependencies back.Ben Laurie1999-03-061-0/+304
|
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-309/+4
| | | | | | | | consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
* Update dependencies.Ben Laurie1999-02-271-2/+2
|
* Move s_server -dcert and -dkey options out of the undocumented feature areaRalf S. Engelschall1999-02-251-0/+2
| | | | | because they are useful for the DSA situation and should be recognized by the users. Thanks to Steve for the original hint.
* Make `openssl x509 -noout -modulus' functional also for DSA certificates (inRalf S. Engelschall1999-02-241-2/+7
| | | | | | | | | | addition to RSA certificates) to match the behaviour of `openssl dsa -noout -modulus' as it's already the case for `openssl rsa -noout -modulus'. For RSA the -modulus is the real "modulus" while for DSA currently the public key is printed (a decision which was already done by `openssl dsa -modulus' in the past) which serves a similar purpose. Additionally the NO_RSA no longer completely removes the whole -modulus option; it now only avoids using the RSA stuff. Same applies to NO_DSA now, too.
* 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.
* Fix more warnings.Ben Laurie1999-02-231-4/+4
|
* Get rid of a nasty debugging message which was forgotten here...Ralf S. Engelschall1999-02-231-1/+3
|
* Fix usage message on gendsa:Ralf S. Engelschall1999-02-231-1/+3
| | | | | 1. The dsaparam argument is mandatory and not optional 2. Add a little text what this actually is: a filename
* Redo the way 'req' and 'ca' add objects: add support for oid_section.Dr. Stephen Henson1999-02-233-55/+114
|
* More stuff for new TLS ciphersuites.Ben Laurie1999-02-211-4/+5
|
* Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson1999-02-212-0/+13
| | | | | to include email addresses from DN and copy details from issuer certificate. Include examples in openssl.cnf, update Win32 ordinals.
* Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1999-02-191-41/+18
| | | | to support CRL extensions.
* Oops! Remeber to include the other patches this time...Dr. Stephen Henson1999-02-181-0/+6
|
* Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1999-02-153-6/+18
|
* Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson1999-02-141-0/+5
| | | | | | | | of an arbitrary extension: e.g. 1.3.4.5=critical,RAW:12:34:56 Using this technique currently unsupported extensions can be generated if you know their DER encoding. Even if the extension is supported in future the raw extension will still work: that is the raw version can always be used even if it is a supported extension.
* More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson1999-02-141-2/+1
|
* Finally(?) fix DES stuff.Ben Laurie1999-02-131-12/+12
|
* Fix ghastly DES declarations, and all consequential warnings.Ben Laurie1999-02-131-11/+8
|
* Delete a few unused files in apps, restore CAST WIN32 ASM file to mainDr. Stephen Henson1999-02-112-0/+0
| | | | tree.
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-103-3/+16
| | | | | | | 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.