summaryrefslogtreecommitdiffstats
path: root/doc/openssl.txt
AgeCommit message (Collapse)Author
2006-02-15fix typosNils Larsch
PR: 1280
2002-11-13Update docsDr. Stephen Henson
2002-09-05Consequently use term URI instead of URLLutz Jänicke
Submitted by: TJ Saunders <tj@castaglia.org> Reviewed by: PR: 268
2000-09-20Add docs for X509_get_ext_d2i() function.Dr. Stephen Henson
Add some major changes to NEWS...
2000-09-09Add BIO_read() (etc.) docs.Dr. Stephen Henson
Add an ASN1 FAQ because I'm sick of answering it :-)
2000-02-23minor docs changes (added links is the openssl(1) text)Ulf Möller
2000-01-30Update docs: corrections, turn buffer docs into manpage, fold SHA1Ulf Möller
pages into one for improved readability, add lhash manpage
2000-01-07ispell.Ulf Möller
1999-12-03New function PKC12_newpass()Dr. Stephen Henson
1999-10-25More multibyte character support.Dr. Stephen Henson
Functions to get keys from EVP_PKEY structures.
1999-08-11Add functions to allow extensions to be added to certificate requests.Dr. Stephen Henson
Modify obj_dat.pl to take its files from the command line. Usage is now perl obj_dat.pl objects.h obj_dat.h this should avoid redirection shell escape problems under Win32.
1999-08-09Support for parsing of certificate extensions in PKCS#10 requests: these areDr. Stephen Henson
used by things like Xenroll. Also include documentation for extendedKeyUsage extension.
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson
documentation to reflect the STACK_OF(CONF_VALUE) change to the CONF lib and use ANSI typedefs for X509V3_EXT_I2D and X509V3_EXT_FREE.
1999-06-11Document the X509V3 code and change some of the extension function pointersDr. Stephen Henson
to use 'void *' rather than 'char *' for an "arbitrary extension".
1999-05-19Include some notes on basic extension usage and change openssl.cnf to usuallyDr. Stephen Henson
do sensible things with extensions.
1999-05-19Oops.Ulf Möller
1999-05-19Small corrections.Ulf Möller
1999-05-17Various clarifications to extension docs: change the name of literalDr. Stephen Henson
extensions from RAW to DER to avoid confusion with raw extensions. Update NEWS file.
1999-05-17Rename "openssl x509" option "-config" to "-extfile", because itBodo Möller
doesn't have a default value like the "-config" options of other openssl subprograms.
1999-05-16Keep text lines less than 80 characters wide.Bodo Möller
1999-05-08Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson
file name for 'ca' to come from the environment.
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson
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-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 ;-)