aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Comment changed.Bodo Möller1999-04-251-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* C indentation style definition for Emacs.Bodo Möller1999-04-241-0/+36
| | | | | | Submitted by: Reviewed by: PR:
* Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson1999-04-211-1/+74
| | | | this stuff.
* Fix a typo in the X.509v3 docs: cRLSign instead of cRLCertSign is correctRalf S. Engelschall1999-04-101-1/+1
| | | | according to the sources.... found by Steffen Dettmer <steffen@tfh-berlin.de>.
* Pointer to Ariel Glenn's SSLeay documentation.Ulf Möller1999-04-011-0/+3
|
* update listRalf S. Engelschall1999-03-221-3/+3
|
* Merge ext-conf.txt and buffer.txt into a global openssl.txt because weRalf S. Engelschall1999-03-222-49/+60
| | | | | shouldn't again start with thousend little text files or we quickly come back to the old SSLeay days ;-)
* Add two recently added functionsRalf S. Engelschall1999-03-221-0/+4
|
* Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson1999-03-062-3/+14
| | | | | make 'req' check the config file syntax before it adds extensions. Added info in the documentation as well.
* Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson1999-03-041-0/+49
| | | | by BUF_MEM_strdup(). Added text documentation to the BUF_MEM stuff.
* Added the new `Includes OpenSSL Cryptography Software' button asRalf S. Engelschall1999-03-042-0/+7
| | | | | | | | | doc/openssl_button.{gif,html} which is similar in style to the old SSLeay button and can be used by applications based on OpenSSL to show the relationship to the OpenSSL project. PS: This beast caused me three hours to create, because of the size I had to hand-paint the 7pt fonts in Photoshop.
* Perhaps if I do a tiny bit of docco, others may follow?Ben Laurie1999-02-251-1/+16
|
* 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.
* Add preliminary user level config documentation for extension stuff. ProgrammingDr. Stephen Henson1999-02-211-0/+214
| | | | | | info will come later... Feel free to reformat and tidy this up...
* First cut for a very conservative source tree cleanup:Ralf S. Engelschall1999-02-101-0/+407
| | | | | | | | | | | | | | | | 1. merge various obsolete readme texts into doc/ssleay.txt where we collect the old documents and readme texts. 2. remove the first part of files where I'm already sure that we no longer need them because of three reasons: either they are just temporary files which were left by Eric or they are preserved original files where I've verified that the diff is also available in the CVS via "cvs diff -rSSLeay_0_8_1b" or they were renamed (as it was definitely the case for the crypto/md/ stuff). We've still a horrible mess under crypto/bn/asm/. There for a lot of files I'm sure whether we need them or not. So, when someone knows it better, feel free to cleanup there.
* Fill in more contents for the openssl(1) manpage.Ralf S. Engelschall1999-01-281-1/+171
|
* More structuring and sorting of the SSL API documentation.Ralf S. Engelschall1998-12-311-31/+150
| | | | And the first steps to descriptions in prosa.
* Puhhh... now we've documented the prototypes of all 214 API "functions". ThisRalf S. Engelschall1998-12-311-175/+127
| | | | | | | | is a pain to do, because of the various macro definitions which I had to expand manually to get their prototype :-( What's now needed is a volunteer who wants to write down one or two sentences per API function to document it a little bit...
* Cleanup of doc/ directory: The old/obsolete SSLeay files are now assembledRalf S. Engelschall1998-12-3051-6477/+6613
| | | | together in a ssleay.txt file.
* Replace AUTHOR with a better HISTORY as in FreeBSD's manpagesRalf S. Engelschall1998-12-303-6/+6
|
* Import the first cut for manual pages.Ralf S. Engelschall1998-12-293-0/+702
| | | | | | | | | | | | | | | | They are written in Perl's POD format for two reasons: First Perl is already needed for SSLeay and second, POD is easy to write and maintain _AND_ created nice looking NRoff manpages. The idea is to have three manual pages: openssl(1) ... The manpage for the `openssl' program (formerly ssleay) crypto(3) .... The manpage for crypto.h/libcrypto.a ssl(3) ....... The manpage for ssl.h/libssl.a The openssl(1) should be very similar to cvs(1), i.e. it should document all commands in a compact way. And I've even created the first cut for an overview of all 243 functions of the SSL API for ssl.pod. More to come...
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-214-21/+22
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-2149-0/+6476