index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tests
/
test_pubkey.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test option --run-long-tests
Jack Lloyd
2016-12-24
1
-2
/
+6
*
Add RSA PKCS1v1.5 signature verification tests from Wycheproof suite.
Jack Lloyd
2016-12-20
1
-0
/
+29
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-1
/
+1
*
Updates module policy, fixes test suite errors
Matthias Gierlings
2016-12-01
1
-1
/
+11
*
Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...
Jack Lloyd
2016-11-26
1
-0
/
+3
*
When fuzzing verify/decrypt, choose a new value each time through loop
Jack Lloyd
2016-11-26
1
-8
/
+2
*
Avoid recreating PK_Verifiers/PK_Decryptors multiple times in test
Jack Lloyd
2016-11-26
1
-45
/
+61
*
Pubkey cleanups
Jack Lloyd
2016-11-12
1
-18
/
+0
*
Add create_key self test
Jack Lloyd
2016-11-03
1
-0
/
+2
*
Test PK key creation via create_private_key API
Jack Lloyd
2016-10-31
1
-90
/
+95
*
Fix pubkey tests when EMEs are disabled.
Jack Lloyd
2016-10-18
1
-30
/
+14
*
Make pk_ops.h internal
Jack Lloyd
2016-10-08
1
-1
/
+1
*
Add missing try/catch blocks.
Jack Lloyd
2016-10-07
1
-3
/
+23
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-3
/
+3
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-8
/
+8
*
eme / pubkey test improvements
Daniel Neus
2016-07-25
1
-6
/
+19
*
Add test vectors for RSA-KEM/KDF1
René Korthaus
2016-07-18
1
-0
/
+1
*
Add ECGDSA
René Korthaus
2016-04-19
1
-1
/
+1
*
Clean up PK decryption encoding.
Jack Lloyd
2016-03-20
1
-6
/
+11
*
Avoid test failures in KEM when KDF is not found.
Jack Lloyd
2016-01-17
1
-11
/
+29
*
Add ECDH via OpenSSL
Jack Lloyd
2016-01-04
1
-3
/
+16
*
Add ECDH tests
Jack Lloyd
2016-01-03
1
-3
/
+3
*
Merge pull request #381 from cordney/fix-load-unencryped-key-from-ber
Jack Lloyd
2015-12-31
1
-3
/
+0
|
\
|
*
Fix loading of unencrypted, BER encoded private keys via PKCS8 api
René Korthaus
2015-12-25
1
-3
/
+0
*
|
Merge pull request #378 from neusdan/warning_fixes
Jack Lloyd
2015-12-26
1
-1
/
+1
|
\
\
|
*
|
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-1
/
+1
*
|
|
Add generalized KEM interface
Jack Lloyd
2015-12-26
1
-0
/
+40
|
|
/
|
/
|
*
|
Improve roundtrip BER/PEM tests
Jack Lloyd
2015-12-23
1
-24
/
+71
|
/
*
Add missing try/catch in signature verification test.
Jack Lloyd
2015-12-21
1
-6
/
+18
*
Throw Lookup_Error instead of bare Exception when creating an obj fails
Jack Lloyd
2015-12-20
1
-4
/
+4
*
Avoid test failures on missing algos
Jack Lloyd
2015-12-19
1
-4
/
+6
*
Test all providers for PK operations
Jack Lloyd
2015-11-11
1
-24
/
+103
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-312
/
+161
*
Move DataSource to utils and rewrite PEM encoding to avoid filters
Jack Lloyd
2015-10-14
1
-7
/
+4
*
Fix pk signature test framework bug.
Jack Lloyd
2015-08-28
1
-5
/
+5
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
1
-7
/
+12
*
tests: Convert &vec[0] to vec.data()
Simon Warta
2015-06-30
1
-1
/
+1
*
Replace \n by std::endl in tests to ensure proper flushing
Simon Warta
2015-06-19
1
-13
/
+13
*
Comparison was inverted
lloyd
2015-04-28
1
-1
/
+5
*
Fix rare test failure in pubkey.
lloyd
2015-03-22
1
-1
/
+4
*
Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr.
lloyd
2015-03-08
1
-2
/
+2
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
All tests now share an RNG. Uses system RNG if available
lloyd
2014-12-28
1
-3
/
+3
*
Various small fixes and cleanups, new is_prime util
lloyd
2014-11-03
1
-2
/
+2
*
More fixes for minified builds
lloyd
2014-02-09
1
-1
/
+1
*
Split up docs into the reference manual, the website, and everything else.
lloyd
2014-01-10
1
-0
/
+396
*
Rename test sources
lloyd
2014-01-07
1
-354
/
+0
*
Split up public key tests and data, use new test framework
lloyd
2014-01-05
1
-603
/
+22
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-0
/
+935