aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey
Commit message (Expand)AuthorAgeFilesLines
* More MSVC warnings fixesJack Lloyd2017-08-313-4/+4
* Fix various MSVC warningsJack Lloyd2017-08-314-4/+4
* Slight cleanup in Curve25519_PrivateKey constructorJack Lloyd2017-08-291-8/+6
* Avoid having variable named m_emsa twice in class hierarchyJack Lloyd2017-08-292-8/+16
* Avoid `throw new Exception`Jack Lloyd2017-08-291-1/+1
* Newhope cleanupsJack Lloyd2017-08-182-663/+668
* Silence clang warning in create_private_key().Alexander Bluhm2017-08-131-1/+1
* When creating an EC curve with default params, use algo-specific curveJack Lloyd2017-08-041-1/+17
* Add SM2 encryption to FFIJack Lloyd2017-08-041-0/+8
* Add SM2 encryption schemeJack Lloyd2017-08-045-11/+340
* Merge GH #1094 Add initial BearSSL providerJack Lloyd2017-08-021-0/+34
|\
| * BearSSL: Support for ECDSAPatrick Wildt2017-07-051-0/+34
* | Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-285-8/+4
|/
* Merge GH #1093 In EC keys, use OID encoding if possibleJack Lloyd2017-07-031-6/+16
|\
| * ECC: use OID encoding if possiblePatrick Wildt2017-06-301-6/+16
* | escape \Z in doxygen comment causing doxygen warning (and in turn error), fix...Zoltan Gyarmati2017-07-011-1/+1
* | Remove debug printsJack Lloyd2017-06-301-17/+1
* | Add SM2 signature schemeJack Lloyd2017-06-296-1/+378
* | Add a check in EC_Group encoding for OID being setJack Lloyd2017-06-291-0/+6
|/
* Bump x25519 version in light of GH #1076 format changeJack Lloyd2017-06-211-1/+1
* Replaced USE_NULL_PARAM (0x05 0x00) by an empty vector (nothing)Francis Dupont2017-06-122-2/+8
* Fixed private key codeFrancis Dupont2017-06-124-25/+14
* Fixed public key code for *25519Francis Dupont2017-06-122-18/+4
* Added Curve25519_PrivateKey constructor from secret_keyFrancis Dupont2017-06-121-0/+12
* Fix 32-bit error in Ed25519Jack Lloyd2017-06-093-24/+21
* Add missing overridesJack Lloyd2017-06-081-2/+2
* Disable Ed25519 under Visual C++Jack Lloyd2017-06-081-0/+7
* Fix inverted conditionalJack Lloyd2017-06-081-1/+1
* Avoid move operators in MSVC2013Jack Lloyd2017-06-071-2/+6
* Add Ed25519 key type and testsJack Lloyd2017-06-074-24/+380
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-079-0/+4379
* Maintainer mode fixesJack Lloyd2017-05-181-0/+5
* Generate private RSA key with OpenSSL.Alexander Bluhm2017-04-302-2/+41
* Remove stray semicolonJack Lloyd2017-04-041-1/+1
* Content:Tomasz Frydrych2017-04-0335-100/+84
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-0226-26/+78
* Fix Doxygen comment errorsJack Lloyd2017-03-311-1/+3
* Merge GH #899 Add ability to specify iterations when encrypting a private keyJack Lloyd2017-03-294-14/+277
|\
| * Add ability to specify iterations when encrypting a private keyJack Lloyd2017-02-264-14/+277
* | Merge GH #902 Extend EC_PublicKey check, add EC_Group check, ECC invalid key ...Jack Lloyd2017-03-023-3/+79
|\ \ | |/ |/|
| * verify ec domain in EC_PublicKey::check_keyNever2017-02-281-1/+6
| * EC_PublicKey::check_key for curves with cofactor > 1Never2017-02-271-1/+24
| * Add ec_group verify functionNever2017-02-242-1/+49
* | Remove verify_end() chained immediatly before end_cons() (close #890)Nuno Goncalves2017-02-254-7/+0
|/
* increase miller-rabin iterations for RSA strong check_key. We call is_prime w...Never2017-02-131-1/+1
* Add =default copy constructor decls for some pubkey types.Jack Lloyd2017-01-273-1/+15
* Fix private key ctors API docs [ci skip]René Korthaus2017-01-279-11/+12
* Fix how DL_Group chooses generator for strong prime groups.Jack Lloyd2017-01-066-12/+28
* Remove unnecessary BOTAN_DLL annotationsJack Lloyd2016-12-273-4/+4
* Add DL_Group testsJack Lloyd2016-12-232-6/+6