aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add test for DSA parameter generationJack Lloyd2016-11-032-2/+130
* | | Add short output KDF1 testJack Lloyd2016-11-031-0/+5
| |/ |/|
* | Fix bogus codeJack Lloyd2016-11-031-2/+2
* | Update roadmap re 2.0Jack Lloyd2016-11-031-34/+42
* | Update todo [ci skip]Jack Lloyd2016-11-031-2/+3
* | Run PKCS11 key self testsJack Lloyd2016-11-031-0/+3
|/
* Compile fixJack Lloyd2016-11-031-1/+1
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-0310-75/+26
* Remove unused values from build.hJack Lloyd2016-11-032-4/+11
* Merge GH #706 Remove ability to add OIDs at runtime. Remove OID lockJack Lloyd2016-11-0315-567/+722
|\
| * Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-0315-567/+722
* | Merge GH #705 Simplify EMSA1 validation with message recoveryJack Lloyd2016-11-031-14/+12
|\ \
| * | Simplify EMSA1 message recovery codeJack Lloyd2016-11-021-14/+12
* | | Merge GH #704 Remove automatic testing for PK keysJack Lloyd2016-11-0320-153/+42
|\ \ \ | |_|/ |/| |
| * | Update PKCS11 code, no RNG requiredJack Lloyd2016-11-031-14/+1
| * | Add create_key self testJack Lloyd2016-11-031-0/+2
| * | Remove automatic self-testing of public and private keysJack Lloyd2016-11-0318-139/+39
|/ /
* | Add new configure argument --optimize-for-sizeJack Lloyd2016-11-035-1/+17
* | Update deprecated listJack Lloyd2016-11-031-2/+14
* | Compile fixJack Lloyd2016-11-031-1/+1
* | Remove blowfish table source file.Jack Lloyd2016-11-031-190/+0
* | Inline Blowfish tables to blowfish.cppJack Lloyd2016-11-032-3/+182
* | Rename zero_mem to secure_scrub_memoryJack Lloyd2016-11-037-25/+51
* | Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-0343-0/+0
* | Move ISA optimized versions under the main algo dirJack Lloyd2016-11-0315-16/+5
* | Deprecate LibraryInitializerJack Lloyd2016-11-033-28/+7
* | Remove stray non-ASCII chars which broke compilation on non UTF-8 code pages.Jack Lloyd2016-11-021-2/+2
* | Remove lock and alias map from SCAN_NameJack Lloyd2016-11-021-4/+0
|/
* Merge GH #360 Extend configure to output bakefilesJack Lloyd2016-11-022-0/+89
|\
| * Update release notesDaniel Neus2016-11-021-0/+3
| * Add support to output bakefilesDaniel Neus2016-11-021-0/+86
* | Change TLS default policy to disable DSA, CCM-8, and static RSAJack Lloyd2016-11-024-29/+107
|/
* Merge GH #702 Fix ECKCDSA verification. Closes #701Jack Lloyd2016-11-011-1/+1
|\
| * Fix ECKCDSA verification problemNever2016-11-011-1/+1
|/
* Merge GH #700 Faster ECKCDSA verificationJack Lloyd2016-10-311-10/+8
|\
| * ECKCDSA improved verification (Shamirs Trick for speed and calculate length o...Never2016-10-311-10/+8
* | Test PK key creation via create_private_key APIJack Lloyd2016-10-3112-174/+106
|/
* Avoid possibility of mismatched brackets.Jack Lloyd2016-10-311-2/+6
* Update 1.11.34 release notesJack Lloyd2016-10-311-0/+14
* Fix path to news fileJack Lloyd2016-10-311-1/+1
* Merge GH #699 Add socket-based HTTP clientJack Lloyd2016-10-312-32/+101
|\
| * HTTP for plain socketsJack Lloyd2016-10-302-32/+101
* | Move license and news to top level directoryJack Lloyd2016-10-316-6/+7
* | Fix for amalgamation buildJack Lloyd2016-10-311-0/+2
* | More fixes for the fuzzer setupJack Lloyd2016-10-312-14/+14
* | Fix configure when building outside of main source dirJack Lloyd2016-10-311-3/+12
* | Compile fixJack Lloyd2016-10-311-2/+2
* | Import fuzzer driversJack Lloyd2016-10-3030-4/+1104
|/
* Add P-521 ECDSA testJack Lloyd2016-10-301-0/+9
* Merge GH #696 Add ECKCDSA and ECGDSA speed testsJack Lloyd2016-10-301-0/+62
|\