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_pkcs11_high_level.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy performance warnings
Jack Lloyd
2022-02-06
1
-1
/
+1
*
Split the try/catch for encrypt and decrypt
Jack Lloyd
2021-04-04
1
-5
/
+16
*
Add some extra logic to try to figure out PKCS11 RSA test failures
Jack Lloyd
2021-04-04
1
-5
/
+12
*
Don't use shouting case for ASN1_{Type,Class} values
Jack Lloyd
2021-01-13
1
-1
/
+1
*
Split ASN1 tags enum class into 2 enum classes
sledgehammer_999
2021-01-11
1
-1
/
+1
*
Convert ASN1_Tag to an enum class
Jack Lloyd
2020-12-20
1
-1
/
+1
*
Convert EC_Group_Encoding to enum class
Jack Lloyd
2020-12-15
1
-17
/
+9
*
Merge some of the P11 type headers (Slot/Module/Session) into p11_types.h
Jack Lloyd
2020-11-04
1
-3
/
+0
*
Merge X.509 header files
Jack Lloyd
2020-10-31
1
-1
/
+1
*
Tag all tests with a category
Jack Lloyd
2020-10-28
1
-10
/
+10
*
Fix a couple more build and test failures in certain configurations
Jack Lloyd
2020-04-07
1
-2
/
+6
*
Fix a ftbfs if ECDSA is disabled
Jack Lloyd
2020-04-06
1
-7
/
+9
*
Add missing overloads to PKCS11_ECDSA_PrivateKey
René Korthaus
2020-03-04
1
-9
/
+32
*
Deprecate DER_Encoder::get_contents_unlocked
Jack Lloyd
2019-10-28
1
-60
/
+36
*
Build fix
Jack Lloyd
2019-10-03
1
-1
/
+2
*
Some post merge fixups/reindent
Jack Lloyd
2019-10-02
1
-67
/
+58
*
fixing indentation to match botan style
Michael Boric
2019-10-02
1
-16
/
+16
*
Review changes
Michael Boric
2019-10-02
1
-1124
/
+748
*
Improve ECC PKCS#11 tests
Michael Boric
2019-09-24
1
-648
/
+1050
*
Fix PKCS#11 C_Decrypt buffer output size.
Daniel Wyatt
2019-05-26
1
-3
/
+0
*
Avoid invoking the mlock allocator before main starts
Jack Lloyd
2019-01-28
1
-22
/
+52
*
Add PointGFp::encode as replacement for EC2OSP
Jack Lloyd
2018-03-10
1
-11
/
+22
*
Reorganize code to avoid cli/test build failures if filesystem disabled
Jack Lloyd
2018-01-19
1
-0
/
+2
*
Fix path to cert test data
Jack Lloyd
2017-11-16
1
-1
/
+1
*
Move X509_DN and AlternativeName from asn1 to x509
Jack Lloyd
2017-11-14
1
-0
/
+1
*
Test a couple more functions of PKCS11_RNG
Jack Lloyd
2017-09-22
1
-1
/
+9
*
Add final annotations as appropriate in the test code
Jack Lloyd
2017-09-22
1
-10
/
+10
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-4
/
+0
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-2
/
+2
*
Remove "pkcs11" provider paramater for pk ops in handbook and tests
René Korthaus
2017-07-04
1
-8
/
+8
*
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
1
-15
/
+18
*
Content:
Tomasz Frydrych
2017-04-03
1
-3
/
+0
*
Fix PKCS11 tests when ECDH or ECDSA was disabled
Jack Lloyd
2017-01-24
1
-10
/
+11
*
Fix various SunCC and Solaris warnings and build problems.
Jack Lloyd
2017-01-24
1
-1
/
+1
*
add some PKCS#11 negative tests
Daniel Neus
2016-12-19
1
-0
/
+52
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-17
/
+17
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
1
-1
/
+1
*
Easy test
Jack Lloyd
2016-11-25
1
-0
/
+1
*
Fix PKCS11 test error
Jack Lloyd
2016-11-04
1
-3
/
+12
*
Run PKCS11 key self tests
Jack Lloyd
2016-11-03
1
-0
/
+3
*
Remove use of deprecated constructors in PKCS11 tests
Jack Lloyd
2016-10-30
1
-6
/
+6
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
1
-9
/
+3
*
fix minimized build when pkcs11 module enabled
Daniel Neus
2016-08-20
1
-5
/
+9
*
Initialize HMAC_DRBG with token entropy
Daniel Neus
2016-07-27
1
-7
/
+10
*
fix PKCS#11 tests and build
Daniel Neus
2016-07-26
1
-2
/
+6
*
PKCS11 tests: run ECDSA software verification only if emsa_raw module is avai...
Daniel Neus
2016-07-05
1
-0
/
+3
*
check for asn1 and pubkey module presence
Daniel Neus
2016-06-28
1
-2
/
+7
*
fix build with disabled pkcs11 module
Daniel Neus
2016-06-28
1
-3
/
+3
*
add PKCS#11 support
Daniel Neus
2016-06-17
1
-0
/
+1509