aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/asn1/oid_lookup/default.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ANSSI elliptic curve cryptography frp256v1Simon Cogliani2016-07-241-0/+2
| | | | | | - Parameters available here: https://www.legifrance.gouv.fr/affichTexte.do?cidTexte=JORFTEXT000024668816 - DER format according to the ANS1 syntax defined in ANSI X9.62 standard available here: http://www.ssi.gouv.fr/agence/publication/publication-dun-parametrage-de-courbe-elliptique-visant-des-applications-de-passeport-electronique-et-de-ladministration-electronique-francaise/
* Add ECKDSA OIDs for SHA signaturesJack Lloyd2016-06-221-0/+4
| | | | From http://rootca.kisa.or.kr/kcac/down/Guide/Object%20Identifier%20Guideline%20for%20the%20Electronic%20Signature%20Certification%20System.pdf
* Merge GH #504 Add ECKCDSAJack Lloyd2016-06-201-0/+3
|\
| * Add ECKCDSA signature algorithmRené Korthaus2016-06-141-0/+3
| |
* | remove all uses of EMSA1_BSIDaniel Neus2016-05-021-7/+0
|/
* Add ECGDSARené Korthaus2016-04-191-0/+10
|
* X.509 Name ConstraintsKai Michaelis2016-03-101-0/+1
|
* Add Microsoft SmartcardLogon extended key usage OIDRené Korthaus2016-01-121-0/+2
|
* Remove support for broken 112 and 128 bit SECP ECC groups.Jack Lloyd2015-12-021-4/+2
|
* Python: docs, key agreement, fix bcrypt trailing null byte.lloyd2015-02-161-1/+1
| | | | Initial very incomplete pass at error return value sanity.
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-236/+225
| | | | | | | | | | | | | | | Convert all uses of Algorithm_Factory and the engines to using Algo_Registry The shared pool of entropy sources remains but is moved to EntropySource. With that and few remaining initializations (default OIDs and aliases) moved elsewhere, the global state is empty and init and shutdown are no-ops. Remove almost all of the headers and code for handling the global state, except LibraryInitializer which remains as a compatability stub. Update seeding for blinding so only one hacky almost-global RNG instance needs to be setup instead of across all pubkey uses (it uses either the system RNG or an AutoSeeded_RNG if the system RNG is not available).
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Add OID for SHA-512/256lloyd2015-01-081-0/+2
|
* When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC.lloyd2014-12-271-2/+9
| | | | Add OIDS for OCB mode with various ciphers.
* Add OIDs for Twofish, Serpent, and McEliecelloyd2014-11-291-0/+4
|
* Cleanup PBES2 and add GCM supportlloyd2014-11-191-0/+5
|
* Remove PBES1 entirelylloyd2014-01-181-6/+0
|
* Move lib into srclloyd2014-01-101-0/+243