summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear error queue when starting SSL_CTX_use_certificate_chain_fileLutz Jänicke2008-05-232-0/+12
* Remove all root CA files (beyond test CAs including private key)Lutz Jänicke2008-05-2335-823/+23
* Typo.Dr. Stephen Henson2008-05-201-1/+1
* Typo.Dr. Stephen Henson2008-05-201-1/+1
* Update ordinals.Dr. Stephen Henson2008-05-201-4/+7
* Update from stable branch.Dr. Stephen Henson2008-05-203-2/+5
* Fix from stable branch.Dr. Stephen Henson2008-05-201-0/+2
* Correctly adjust location of commentLutz Jänicke2008-05-201-1/+1
* Fix two invalid memory reads in RSA OAEP mode.Dr. Stephen Henson2008-05-192-8/+23
* Change use of CRYPTO_THREADID so that we always use both the ulong andBodo Möller2008-05-193-10/+16
* Disable code that clearly doesn't currently serve any useful purpose.Bodo Möller2008-05-191-1/+3
* Document "openssl s_server" -crl_check* optionsLutz Jänicke2008-05-192-0/+13
* Provide information about "openssl dgst" -hmac option.Lutz Jänicke2008-05-192-0/+6
* Typo. (From 0.9.8-stable/S. Henson)Lutz Jänicke2008-05-191-1/+1
* Another occurance of possible valgrind/purify "uninitialized memory"Lutz Jänicke2008-05-161-0/+4
* Fix from stable branch.Dr. Stephen Henson2008-05-121-2/+1
* Add missing cast.Dr. Stephen Henson2008-05-091-1/+1
* Depict future Win64/x64 development.Andy Polyakov2008-05-031-0/+117
* Clarifying comment.Bodo Möller2008-05-021-0/+5
* New function CMS_add1_crl().Dr. Stephen Henson2008-05-023-4/+15
* Indicate support for digest init ctrl.Dr. Stephen Henson2008-05-023-0/+3
* Typo.Dr. Stephen Henson2008-05-011-1/+1
* Use "cont" consistently in cms-examples.plDr. Stephen Henson2008-05-013-3/+50
* Montgomery-related minor cleanups/documentationBodo Möller2008-05-013-4/+6
* Update from stable branch.Dr. Stephen Henson2008-04-306-29/+87
* Update from stable branch.Dr. Stephen Henson2008-04-291-1/+5
* Oops!Dr. Stephen Henson2008-04-291-3/+1
* Update from stable branch.Dr. Stephen Henson2008-04-292-6/+20
* Update from stable branch.Dr. Stephen Henson2008-04-291-0/+4
* Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/orGeoff Thorpe2008-04-282-4/+16
* Paul Sheer optimised the OpenSSL to/from libGMP conversions for the caseGeoff Thorpe2008-04-272-15/+56
* Don't send zero length session ID if stateless session resupmtion isDr. Stephen Henson2008-04-251-1/+9
* Disable debugging fprintf.Dr. Stephen Henson2008-04-251-0/+2
* Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bitAndy Polyakov2008-04-242-32/+20
* Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug.Andy Polyakov2008-04-241-4/+4
* Takanori Yanagisawa has shown how to correctly use pre-computed values.Andy Polyakov2008-04-231-231/+219
* Resolve __DECC warning and keep disclaiming support for 16-bit platforms.Andy Polyakov2008-04-181-69/+3
* Fix remaining BN_nist_mod_*.Andy Polyakov2008-04-181-106/+121
* Make certs argument work in CMS_sign() add test case.Dr. Stephen Henson2008-04-182-4/+5
* Add missing 'extern "C" {' to some _err.h files in crypto/engines/Lutz Jänicke2008-04-1813-0/+52
* Another minor update from the mingw developmentLutz Jänicke2008-04-181-2/+2
* Synchronise with Unix.Richard Levitte2008-04-181-2/+2
* Fix incorrect return value in apps/apps.c:parse_yesno()Lutz Jänicke2008-04-171-1/+1
* Correctly handle case of bad arguments supplied to rsautlLutz Jänicke2008-04-171-12/+24
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-1731-56/+86
* Further synchronisation with Unix build. I hadn't noticed pq_compat.hRichard Levitte2008-04-122-2/+2
* Provide other forms for symbols that are too long or that clash with othersRichard Levitte2008-04-121-1/+18
* Detached encrypt/decrypt example, fix decrypt sample.Dr. Stephen Henson2008-04-113-4/+190
* Correct argument order for CMS_decrypt() in docs.Dr. Stephen Henson2008-04-111-2/+2
* Fix prototype for CMS_decrypt(), don't free up detached content.Dr. Stephen Henson2008-04-112-8/+26