aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update docs.Dr. Stephen Henson2006-09-131-8/+71
|
* Correct punctuation.Ulf Möller2006-08-051-1/+1
| | | | PR: 1367
* Camellia informationBodo Möller2006-07-191-1/+12
|
* Typo.Dr. Stephen Henson2006-07-121-1/+1
|
* New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs.Dr. Stephen Henson2006-07-126-5/+198
|
* Add docs for pkeyparam. Update some existing docs.Dr. Stephen Henson2006-07-103-15/+117
|
* New functions to add and free up application defined signature OIDs.Dr. Stephen Henson2006-07-091-5/+5
|
* Public key comparison and printing routine functions.Dr. Stephen Henson2006-07-092-0/+114
|
* EVP_PKEY_get_default_digest() manual page.Dr. Stephen Henson2006-07-091-0/+41
|
* EVP_PKEY_CTX_ctrl() docs.Dr. Stephen Henson2006-07-091-0/+128
|
* Update docs.Dr. Stephen Henson2006-07-092-19/+33
|
* Keygen docs.Dr. Stephen Henson2006-07-081-0/+161
|
* EVP_PKEY_derive() docs.Dr. Stephen Henson2006-07-081-0/+93
|
* Add some examples.Dr. Stephen Henson2006-07-085-6/+156
|
* EVP_PKEY_verify() docs.Dr. Stephen Henson2006-07-081-0/+66
|
* New docs.Dr. Stephen Henson2006-07-082-1/+72
|
* Update docs.Dr. Stephen Henson2006-07-083-2/+67
|
* Add some EVP_PKEY_METHOD docs.Dr. Stephen Henson2006-07-084-6/+192
|
* Update docs with algorithm options.Dr. Stephen Henson2006-07-081-1/+66
|
* Typo.Dr. Stephen Henson2006-07-081-1/+2
|
* Initial docs for pkeyutl.Dr. Stephen Henson2006-07-082-1/+141
|
* Docs for new utilities.Dr. Stephen Henson2006-07-083-2/+320
|
* Add documentation for new smime options.Dr. Stephen Henson2006-07-071-16/+54
|
* documentation for "HIGH" vs. "MEDIUM" was not up-to-dateBodo Möller2006-06-301-2/+2
|
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-7/+21
| | | | | | CRYPTO_get_idptr_callback(), CRYPTO_thread_idptr() for a 'void *' type thread ID, since the 'unsigned long' type of the existing thread ID does not always work well.
* Camellia cipher, contributed by NTTBodo Möller2006-06-092-2/+31
| | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
* Add includes in synopsis.Ulf Möller2006-05-1418-25/+61
| | | | Submitted by: Mike Frysinger <vapier@gentoo.org>
* note that SSL_library_init() is not reentrantNils Larsch2006-03-121-0/+1
|
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-106-1/+289
| | | | | | PR: 1191 Submitted by: Mika Kousa and Pasi Eronen of Nokia Corporation Reviewed by: Nils Larsch
* Typo.Dr. Stephen Henson2006-03-051-1/+1
|
* TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller2006-02-261-3/+5
| | | | Submitted by: Zoltan Glozik <zglozik@opentsa.org>
* fix typosNils Larsch2006-02-152-2/+2
| | | | PR: 1280
* *** empty log message ***Ulf Möller2006-02-121-0/+5
|
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-123-0/+790
| | | | | | | and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
* TypoLutz Jänicke2006-01-301-1/+1
| | | | Submitted by: Girish Venkatachalam <girish1729@gmail.com>
* Typo.Dr. Stephen Henson2006-01-151-1/+1
|
* support numeric strings in ASN1_generate_nconfNils Larsch2006-01-141-1/+2
|
* fix typo, pointed out by Patrick GuioNils Larsch2005-11-021-1/+1
|
* Add fixes for CAN-2005-2969.Bodo Möller2005-10-261-1/+1
| | | | (This were in 0.9.7-stable and 0.9.8-stable, but not in HEAD so far.)
* new option "openssl ciphers -V"Bodo Möller2005-10-011-4/+10
|
* fix typosNils Larsch2005-09-151-2/+2
| | | | PR: 1201
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-143-17/+17
| | | | | pointer and make the SSL_METHOD parameter in SSL_CTX_new, SSL_CTX_set_ssl_version and SSL_set_ssl_method const.
* fix BN_mod_word and give a more reasonable return value if an error occurredNils Larsch2005-07-251-3/+7
|
* add missing entries for "-multivalue-rdn" and "-utf8" in ca.pod and req.podNils Larsch2005-07-152-7/+35
| | | | | PR: 1158 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de>
* the second argument of d2i_X509, d2i_X509_CRL and d2i_X509_REQ is constNils Larsch2005-07-133-3/+3
| | | | | PR: 1156 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de>
* Someone did some cutting and pasting and didn't quite finish the job :-).Richard Levitte2005-06-241-6/+6
| | | | Notified by Steffen Pankratz <kratz00@gmx.de>
* The NAME section of a man page is required to have a dash followed by aRichard Levitte2005-06-232-2/+2
| | | | | | short description, at least according to pod2man. PR: 1127
* Typo.Dr. Stephen Henson2005-06-221-2/+2
|
* Add better documentation on how id_function() should be defined and whatRichard Levitte2005-06-181-13/+21
| | | | | | issues there are. PR: 1096
* 0.9.8-beta5 works on VMS/AlphaRichard Levitte2005-06-131-3/+12
|