summaryrefslogtreecommitdiff
path: root/doc/crypto
Commit message (Expand)AuthorAgeFilesLines
* ecdsa.pod: typo.appro2012-01-111-1/+1
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreben2011-11-141-1/+1
* cryptlib.c: OPENSSL_ia32cap environment variable to interpret ~ as cpuid mask.appro2011-07-231-4/+4
* x86[_64]cpuid.pl: add function accessing rdrand instruction.appro2011-06-041-0/+2
* x86[_64]cpuid.pl: harmonize usage of reserved bits #20 and #30.appro2011-05-271-3/+2
* x86[_64]cpuid.pl: handle new extensions.appro2011-05-161-24/+45
* Multiple assembler packs: add experimental memory bus instrumentation.appro2011-04-171-0/+42
* fix doc typossteve2010-12-022-2/+2
* PR: 2252steve2010-05-031-2/+7
* bss_file.c: refine UTF-8 logic on Windows.appro2010-04-281-0/+4
* PR: 2209steve2010-04-061-1/+1
* PR: 2157steve2010-01-271-1/+1
* typosteve2009-11-291-1/+1
* OPENSSL_ia32cap.pod update.appro2009-11-151-2/+4
* PR: 2078steve2009-10-281-9/+19
* Document more error codes.steve2009-10-181-7/+71
* Verification callback functions.steve2009-10-182-0/+215
* Clarification.steve2009-10-171-2/+2
* Preliminary documentation for X509_VERIFY_PARAM.steve2009-10-172-1/+172
* Add docs for X509_STORE_CTX_new() and related functions.steve2009-10-171-0/+122
* More X509 verification docs.steve2009-10-173-1/+282
* Typo.steve2009-10-171-1/+1
* Manual page for X509_verify_cert()steve2009-10-171-0/+52
* PR: 2074steve2009-10-161-3/+3
* Change version from 0.9.9 to 1.0.0 in docssteve2009-09-3029-34/+34
* PR: 2023steve2009-09-123-10/+10
* Document removal of digest+signature algorithm link.steve2009-07-241-7/+10
* Update from 0.9.8-stablesteve2009-07-111-2/+0
* Update from 1.0.0-stablesteve2009-06-251-0/+9
* Submitted by: Artem Chuprina <ran@cryptocom.ru>steve2009-06-161-1/+1
* PR: 1938steve2009-06-021-1/+1
* Update from 1.0.0-stable.steve2009-05-171-12/+19
* Expand OPENSS_ia32cap to 64 bits.appro2009-04-261-17/+24
* Updates from 1.0.0-stable branch.steve2009-04-201-1/+1
* Changes from 1.0.0-stable.steve2009-04-071-4/+4
* Typo.steve2009-03-081-1/+1
* Clarify (non-)blocking behavior of EGD socket interface used by RAND_egd().jaenicke2008-11-101-2/+5
* Update HMAC functions to return an error where relevant.steve2008-11-021-7/+13
* Correct the FAQ and the threads man page re: CRYPTO_THREADID changes.geoff2008-08-061-1/+1
* Remove the dual-callback scheme for numeric and pointer thread IDs,geoff2008-08-062-47/+74
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedgeoff2008-07-033-31/+14
* LHASH revamp. make depend.ben2008-05-261-118/+126
* New function CMS_add1_crl().steve2008-05-021-4/+5
* Correct argument order for CMS_decrypt() in docs.steve2008-04-111-2/+2
* Revert argument swap change... oops CMS_uncompress() was consistent...steve2008-04-111-1/+1
* Make CMS_uncompress() argument order consistent with other functions.steve2008-04-111-1/+1
* Reformat, fix typos and clarify CMS API docs.steve2008-04-1020-129/+128
* Correct HISTORY reference.steve2008-04-101-2/+2
* Typo.steve2008-04-102-2/+2
* Add docs for CMS_final() and BIO_new_CMS().steve2008-04-102-0/+105