Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work with -pedantic! | Ben Laurie | 1999-04-23 | 3 | -15/+17 |
| | |||||
* | Fix lots of warnings. | Ulf Möller | 1999-04-21 | 4 | -4/+6 |
| | | | | Submitted by: Richard Levitte <levitte@stacken.kth.se> | ||||
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 33 | -494/+162 |
| | |||||
* | Initial support for Certificate Policies extension: print out works but setting | Dr. Stephen Henson | 1999-04-19 | 2 | -3/+12 |
| | | | | isn't fully implemented (yet). | ||||
* | Massive constification. | Ben Laurie | 1999-04-17 | 11 | -28/+33 |
| | |||||
* | Add initial support for r2i RAW extensions which can access the config database | Dr. Stephen Henson | 1999-04-17 | 2 | -15/+6 |
| | | | | | add various X509V3_CTX helper functions and support for LHASH as the config database. | ||||
* | /* Just some comments. */ | Bodo Möller | 1999-04-15 | 2 | -2/+6 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Cleaning up Ben's clean-ups :-) | Bodo Möller | 1999-04-15 | 1 | -1/+1 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Some tiny fixes. | Bodo Möller | 1999-04-14 | 2 | -2/+3 |
| | | | | | | | | | | Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR: | ||||
* | Add type-safe STACKs and SETs. | Ben Laurie | 1999-04-12 | 6 | -108/+122 |
| | |||||
* | gcc claims this is a shadow, though I can't find what it is shadowing... | Ben Laurie | 1999-04-12 | 1 | -3/+3 |
| | |||||
* | Add `openssl ca -revoke <certfile>' facility which revokes a certificate | Ralf S. Engelschall | 1999-04-12 | 1 | -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. Engelschall | 1999-04-12 | 1 | -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öller | 1999-04-11 | 1 | -0/+26 |
| | | | | | Reviewed by: PR: | ||||
* | Fix a few typos and tabs while I'm poking around in ca.c... | Ralf S. Engelschall | 1999-04-10 | 1 | -4/+4 |
| | |||||
* | Adjust renegotiation slightly. | Ben Laurie | 1999-04-10 | 1 | -3/+3 |
| | |||||
* | Bugfix: s_client occasionally would sleep in select() when it should | Bodo Möller | 1999-04-09 | 1 | -20/+25 |
| | | | | | | | have checked SSL_pending() first. Submitted by: Reviewed by: PR: | ||||
* | Remove obsolete files from SSLeay 0.8. | Ulf Möller | 1999-04-06 | 9 | -459/+0 |
| | |||||
* | Don't shadow. | Ben Laurie | 1999-04-03 | 1 | -2/+2 |
| | |||||
* | Avoid EADDRINUSE for s_server. | Bodo Möller | 1999-04-03 | 1 | -0/+6 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | New Makefile variables $(RANLIB) and $(PERL). | Ulf Möller | 1999-04-01 | 1 | -3/+3 |
| | |||||
* | Don't shadow. | Ben Laurie | 1999-04-01 | 1 | -5/+5 |
| | |||||
* | New option "-showcerts" for s_client | Bodo Möller | 1999-03-31 | 1 | -1/+9 |
| | | | | Slight cleanup in ssl/ | ||||
* | Include pkcs12 program as part of openssl. This completes most of the PKCS#12 | Dr. Stephen Henson | 1999-03-29 | 4 | -3/+720 |
| | | | | integration. | ||||
* | Fix security hole. | Ben Laurie | 1999-03-22 | 5 | -147/+187 |
| | |||||
* | Remake cert links when the app is built. | Ben Laurie | 1999-03-09 | 1 | -0/+1 |
| | |||||
* | Make it more clear what option -WWW to s_server does. | Ralf S. Engelschall | 1999-03-09 | 1 | -1/+1 |
| | |||||
* | Make `openssl version' output lines consistent. | Ralf S. Engelschall | 1999-03-08 | 1 | -1/+1 |
| | |||||
* | Added support for adding extensions to CRLs, also fix a memory leak and | Dr. Stephen Henson | 1999-03-06 | 3 | -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 Laurie | 1999-03-06 | 1 | -0/+304 |
| | |||||
* | General source tree makefile cleanups: Made `making xxx in yyy...' display | Ralf S. Engelschall | 1999-03-06 | 1 | -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 Laurie | 1999-02-27 | 1 | -2/+2 |
| | |||||
* | Move s_server -dcert and -dkey options out of the undocumented feature area | Ralf S. Engelschall | 1999-02-25 | 1 | -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 (in | Ralf S. Engelschall | 1999-02-24 | 1 | -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 over | Dr. Stephen Henson | 1999-02-24 | 1 | -6/+6 |
| | | | | the first leading XXX. in the DN. | ||||
* | Fix more warnings. | Ben Laurie | 1999-02-23 | 1 | -4/+4 |
| | |||||
* | Get rid of a nasty debugging message which was forgotten here... | Ralf S. Engelschall | 1999-02-23 | 1 | -1/+3 |
| | |||||
* | Fix usage message on gendsa: | Ralf S. Engelschall | 1999-02-23 | 1 | -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 Henson | 1999-02-23 | 3 | -55/+114 |
| | |||||
* | More stuff for new TLS ciphersuites. | Ben Laurie | 1999-02-21 | 1 | -4/+5 |
| | |||||
* | Add more functionality to issuer alt name and subject alt name. New options | Dr. Stephen Henson | 1999-02-21 | 2 | -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 start | Dr. Stephen Henson | 1999-02-19 | 1 | -41/+18 |
| | | | | to support CRL extensions. | ||||
* | Oops! Remeber to include the other patches this time... | Dr. Stephen Henson | 1999-02-18 | 1 | -0/+6 |
| | |||||
* | Fix various memory leaks in SSL, apps and DSA | Dr. Stephen Henson | 1999-02-15 | 3 | -6/+18 |
| | |||||
* | Add support for raw extensions. This means that you can include the DER encoding | Dr. Stephen Henson | 1999-02-14 | 1 | -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 Henson | 1999-02-14 | 1 | -2/+1 |
| | |||||
* | Finally(?) fix DES stuff. | Ben Laurie | 1999-02-13 | 1 | -12/+12 |
| | |||||
* | Fix ghastly DES declarations, and all consequential warnings. | Ben Laurie | 1999-02-13 | 1 | -11/+8 |
| | |||||
* | Delete a few unused files in apps, restore CAST WIN32 ASM file to main | Dr. Stephen Henson | 1999-02-11 | 2 | -0/+0 |
| | | | | tree. | ||||
* | More extension code. Incomplete support for subject and issuer alt | Dr. Stephen Henson | 1999-02-10 | 3 | -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. |