aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tick to 1.8.13 release1.8.13lloyd2011-07-083-3/+3
* The Algorithm_Factory has this logic on looking for an object:lloyd2011-07-057-12/+42
* 1.8.12 release1.8.12lloyd2011-06-203-4/+4
* The message wasn't being cleared by the call to .clear(), just zeroized.lloyd2011-06-082-2/+4
* Fix --enable-debuglloyd2011-05-134-5/+18
* Alias sun4u to sparc32-v9lloyd2011-04-291-0/+2
* Delete the stream object if we're going to throw an exception out oflloyd2011-04-043-0/+10
* Tick to 1.8.12-devlloyd2011-02-213-4/+8
* Add an option --link-style that lets the user override the type oflloyd2011-02-181-5/+36
* Canonicalize Cygwin platform name. The platform module will apparentlylloyd2011-02-181-0/+4
* Include <ios> so std::hex is visible; caused compilation failurelloyd2011-02-092-0/+2
* Tick to 1.8.11 release 2010-11-021.8.11lloyd2010-11-023-4/+6
* Mark functions removed in 1.9 as deprecatedlloyd2010-11-023-0/+5
* 1.9 compat functionlloyd2010-10-291-0/+5
* For compat with 1.9lloyd2010-10-281-0/+16
* Add BlockCipher::block_size for source compatability with 1.9lloyd2010-10-281-0/+5
* Use binary I/O if that is necessary. Would often break things on Windowslloyd2010-10-1512-13/+13
* Fix updating CRLs, fix reason code handling, add a test for both situations.lloyd2010-10-076-60/+18
* Fix two CRL bugs:lloyd2010-10-073-7/+29
* Compile fixlloyd2010-10-071-1/+1
* Add deps for eng_ia32 so it gets properly loaded. Bug 122lloyd2010-10-044-0/+4
* Add a version of algorithm_benchmark that is compatible with thelloyd2010-09-202-5/+39
* Various fixes for Sun Studio compilation on Linux and Solaris,lloyd2010-09-206-11/+19
* Tick to 1.8.11-devlloyd2010-09-204-2357/+9
* Use /MDd under VC++ when --enable-debug is onlloyd2010-09-202-5/+10
* According to Thomas Maier-Komor, the preferred way of creating a staticlloyd2010-09-031-0/+2
* Tick to 1.8.10 release 2010-08-311.8.10lloyd2010-08-314-7/+7
* Replace S2K with PBKDF in doc and examples since that is the preferred namelloyd2010-08-315-31/+32
* Use small tables in the first round of AES. See notes from revlloyd2010-08-202-18/+39
* get_pbkdf has to be inline, otherwise duplicate definitionslloyd2010-08-201-1/+1
* Improve compatability with the S2K/PBKDF changes made in 1.9:lloyd2010-08-174-0/+37
* Switch from 3DES to AES-256 for the default encryption algorithm forlloyd2010-08-134-3/+5
* Remove use of -ansi; it's not particularly helpful anyway, and itlloyd2010-08-111-1/+1
* Use clang++ rather than clang to ensure we get the C++ runtime librarieslloyd2010-08-091-1/+1
* If we fail to load any CC/OS/CPU info files, print a warning; thislloyd2010-07-091-3/+10
* Better --help outputlloyd2010-07-091-5/+9
* Add --verbose and --quiet optionslloyd2010-07-091-3/+18
* Clang fix, PR 116lloyd2010-07-071-1/+1
* Tick to 1.8.10-devlloyd2010-06-233-7/+7
* The Perl configure put the doxy file into doc/, while the Python onelloyd2010-06-224-5/+9
* Enable the /proc-walker on NetBSD. The version that had problems is alloyd2010-06-161-5/+2
* Tick readme, log, configure for 1.8.9 release1.8.9lloyd2010-06-164-6/+6
* Update X509/PKCS8 docs WRT BER_encodelloyd2010-06-151-101/+60
* This comment was incorrect; X509::load_key(str) is for fileslloyd2010-06-151-2/+2
* s/PKCS8_PrivateKey/Private_Key/ and s/X509_PublicKey/Public_Key/lloyd2010-06-151-37/+40
* Document new BER_encode functionslloyd2010-06-151-0/+1
* Add PKCS8::BER_encode for encrypted keyslloyd2010-06-152-38/+53
* Add BER_encode function for PKCS #8 keyslloyd2010-06-152-41/+54
* Add X509::BER_encode which returns an X.509 encoded as a BER bytestring.lloyd2010-06-152-25/+31
* Use a constant-time multiplication in IDEA. Add more IDEA tests.lloyd2010-06-143-13/+543