summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson
1999-04-25Comment changed.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-24C indentation style definition for Emacs.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-21Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson
this stuff.
1999-04-10Fix a typo in the X.509v3 docs: cRLSign instead of cRLCertSign is correctRalf S. Engelschall
according to the sources.... found by Steffen Dettmer <steffen@tfh-berlin.de>.
1999-04-01Pointer to Ariel Glenn's SSLeay documentation.Ulf Möller
1999-03-22update listRalf S. Engelschall
1999-03-22Merge ext-conf.txt and buffer.txt into a global openssl.txt because weRalf S. Engelschall
shouldn't again start with thousend little text files or we quickly come back to the old SSLeay days ;-)
1999-03-22Add two recently added functionsRalf S. Engelschall
1999-03-06Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson
make 'req' check the config file syntax before it adds extensions. Added info in the documentation as well.
1999-03-04Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson
by BUF_MEM_strdup(). Added text documentation to the BUF_MEM stuff.
1999-03-04Added the new `Includes OpenSSL Cryptography Software' button asRalf S. Engelschall
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.
1999-02-25Perhaps if I do a tiny bit of docco, others may follow?Ben Laurie
1999-02-25Move s_server -dcert and -dkey options out of the undocumented feature areaRalf S. Engelschall
because they are useful for the DSA situation and should be recognized by the users. Thanks to Steve for the original hint.
1999-02-21Add preliminary user level config documentation for extension stuff. ProgrammingDr. Stephen Henson
info will come later... Feel free to reformat and tidy this up...
1999-02-10First cut for a very conservative source tree cleanup:Ralf S. Engelschall
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.
1999-01-28Fill in more contents for the openssl(1) manpage.Ralf S. Engelschall
1998-12-31More structuring and sorting of the SSL API documentation.Ralf S. Engelschall
And the first steps to descriptions in prosa.
1998-12-31Puhhh... now we've documented the prototypes of all 214 API "functions". ThisRalf S. Engelschall
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...
1998-12-30Cleanup of doc/ directory: The old/obsolete SSLeay files are now assembledRalf S. Engelschall
together in a ssleay.txt file.
1998-12-30Replace AUTHOR with a better HISTORY as in FreeBSD's manpagesRalf S. Engelschall
1998-12-29Import the first cut for manual pages.Ralf S. Engelschall
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...
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall