| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ECKDSA OIDs for SHA signatures | Jack Lloyd | 2016-06-22 | 1 | -0/+4 |
* | Merge GH #504 Add ECKCDSA | Jack Lloyd | 2016-06-20 | 1 | -0/+3 |
|\ |
|
| * | Add ECKCDSA signature algorithm | René Korthaus | 2016-06-14 | 1 | -0/+3 |
* | | Merge GH #487 Remove CVC certificates and EMSA1_BSI signature encoding | Jack Lloyd | 2016-06-17 | 1 | -7/+0 |
|\ \
| |/
|/| |
|
| * | remove all uses of EMSA1_BSI | Daniel Neus | 2016-05-02 | 1 | -7/+0 |
* | | Add explicit static_cast operations to eliminate implicit cast compiler warni... | Dan Brown | 2016-04-27 | 1 | -1/+1 |
|/ |
|
* | Add ECGDSA | René Korthaus | 2016-04-19 | 1 | -0/+10 |
* | Merge GH #454 X.509 name constraints | Jack Lloyd | 2016-03-16 | 3 | -9/+96 |
|\ |
|
| * | X.509 Name Constraints | Kai Michaelis | 2016-03-10 | 3 | -9/+96 |
* | | Fix ordering of Charset::transcode arguments | Jack Lloyd | 2016-03-06 | 1 | -1/+1 |
* | | Remaining cppcheck fixes that are not covered by GH #444 | Daniel Neus | 2016-03-05 | 3 | -33/+13 |
* | | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 6 | -10/+10 |
|/ |
|
* | Fix remaining Wshadow warnings and enable on gcc and clang | René Korthaus | 2016-02-18 | 1 | -5/+5 |
* | Add asserts to help out Coverity | Jack Lloyd | 2016-02-09 | 2 | -0/+4 |
* | V816 It is more efficient to catch exception by reference rather than by valu... | Daniel Neus | 2016-02-08 | 1 | -2/+2 |
* | Merge GH #409 Add Microsoft SmartcardLogon extended key usage OID | Jack Lloyd | 2016-01-12 | 1 | -0/+2 |
|\ |
|
| * | Add Microsoft SmartcardLogon extended key usage OID | René Korthaus | 2016-01-12 | 1 | -0/+2 |
* | | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 7 | -7/+7 |
|/ |
|
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 15 | -149/+158 |
* | String comparision fixes | Daniel Neus | 2016-01-04 | 4 | -6/+6 |
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 1 | -1/+1 |
* | Remove support for broken 112 and 128 bit SECP ECC groups. | Jack Lloyd | 2015-12-02 | 1 | -4/+2 |
* | Move DataSource to utils and rewrite PEM encoding to avoid filters | Jack Lloyd | 2015-10-14 | 1 | -1/+0 |
* | Avoid concatination of chars | Simon Warta | 2015-09-22 | 1 | -1/+1 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 2 | -2/+2 |
* | Remove high bit set char from comment as it broke amalgamation generation | Jack Lloyd | 2015-08-22 | 1 | -4/+8 |
* | Add stricter time parsing; Add more tests | Simon Warta | 2015-08-11 | 1 | -8/+23 |
* | Sometimes we don't know the input format. But it is one of two | Simon Warta | 2015-08-11 | 2 | -3/+22 |
* | Explicitly fwd declase classes BER_Decoder, DER_Encoder | Simon Warta | 2015-08-11 | 3 | -12/+10 |
* | Remove string constructor of X509_Time() | Simon Warta | 2015-08-11 | 2 | -195/+143 |
* | Fix two crashes in the BER decoder found with afl. | Jack Lloyd | 2015-08-02 | 1 | -2/+10 |
* | asn1: Add missing overrides | Daniel Seither | 2015-07-30 | 7 | -14/+14 |
* | Fix to_string for BER_Object when debug STL is used | Simon Warta | 2015-07-07 | 1 | -2/+2 |
* | More changes for use with debug STL | Simon Warta | 2015-06-30 | 1 | -2/+2 |
* | lib/asn1: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 4 | -22/+27 |
* | When comparing algorithm identifiers consider NULL and empty | lloyd | 2015-03-04 | 1 | -3/+17 |
* | Python: docs, key agreement, fix bcrypt trailing null byte. | lloyd | 2015-02-16 | 1 | -1/+1 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -1/+1 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 3 | -246/+279 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 23 | -23/+23 |
* | Add OID for SHA-512/256 | lloyd | 2015-01-08 | 1 | -0/+2 |
* | When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC. | lloyd | 2014-12-27 | 1 | -2/+9 |
* | Add OIDs for Twofish, Serpent, and McEliece | lloyd | 2014-11-29 | 1 | -0/+4 |
* | Cleanup PBES2 and add GCM support | lloyd | 2014-11-19 | 1 | -0/+5 |
* | Remove unused includes | lloyd | 2014-11-18 | 1 | -1/+0 |
* | Fix error in add_str2oid call, github pull req 28 | etcimon | 2014-10-31 | 1 | -1/+1 |
* | Fix decoding indefinite length BER constructs that contain a context | lloyd | 2014-09-27 | 1 | -1/+1 |
* | Remove PBES1 entirely | lloyd | 2014-01-18 | 1 | -6/+0 |
* | Move lib into src | lloyd | 2014-01-10 | 25 | -0/+3752 |