aboutsummaryrefslogtreecommitdiffstats
path: root/doc/openssl.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add docs for X509_get_ext_d2i() function.Dr. Stephen Henson2000-09-201-0/+41
| | | | Add some major changes to NEWS...
* Add BIO_read() (etc.) docs.Dr. Stephen Henson2000-09-091-0/+18
| | | | Add an ASN1 FAQ because I'm sick of answering it :-)
* minor docs changes (added links is the openssl(1) text)Ulf Möller2000-02-231-0/+7
|
* Update docs: corrections, turn buffer docs into manpage, fold SHA1Ulf Möller2000-01-301-48/+0
| | | | pages into one for improved readability, add lhash manpage
* ispell.Ulf Möller2000-01-071-5/+5
|
* New function PKC12_newpass()Dr. Stephen Henson1999-12-031-8/+16
|
* More multibyte character support.Dr. Stephen Henson1999-10-251-0/+5
| | | | Functions to get keys from EVP_PKEY structures.
* Add functions to allow extensions to be added to certificate requests.Dr. Stephen Henson1999-08-111-1/+1
| | | | | | 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.
* Support for parsing of certificate extensions in PKCS#10 requests: these areDr. Stephen Henson1999-08-091-1/+31
| | | | | used by things like Xenroll. Also include documentation for extendedKeyUsage extension.
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-211-16/+21
| | | | | 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.
* Document the X509V3 code and change some of the extension function pointersDr. Stephen Henson1999-06-111-0/+373
| | | | to use 'void *' rather than 'char *' for an "arbitrary extension".
* Include some notes on basic extension usage and change openssl.cnf to usuallyDr. Stephen Henson1999-05-191-6/+69
| | | | do sensible things with extensions.
* Oops.Ulf Möller1999-05-191-1/+0
|
* Small corrections.Ulf Möller1999-05-191-10/+11
|
* Various clarifications to extension docs: change the name of literalDr. Stephen Henson1999-05-171-13/+19
| | | | | | extensions from RAW to DER to avoid confusion with raw extensions. Update NEWS file.
* Rename "openssl x509" option "-config" to "-extfile", because itBodo Möller1999-05-171-1/+1
| | | | | doesn't have a default value like the "-config" options of other openssl subprograms.
* Keep text lines less than 80 characters wide.Bodo Möller1999-05-161-31/+37
|
* Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson1999-05-081-4/+34
| | | | file name for 'ca' to come from the environment.
* Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1999-04-271-9/+343
|
* 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>.
* Merge ext-conf.txt and buffer.txt into a global openssl.txt because weRalf S. Engelschall1999-03-221-0/+284
shouldn't again start with thousend little text files or we quickly come back to the old SSLeay days ;-)