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
/
lib
/
x509
/
certstor_system_windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use WINCRYPT_UNUSED_PARAM instead of NULL in CertFindCertificateInStore as well
pgp
2020-02-21
1
-1
/
+1
*
Avoid mingw warning in case of NULL as unused argument to win32 API that acce...
pgp
2020-02-21
1
-1
/
+3
*
Enable certstore_system_windows also for mingw configuration
PGP
2020-02-20
1
-0
/
+1
*
Use CertOpenSystemStoreA to avoid Unicode build issue
Jack Lloyd
2020-02-06
1
-1
/
+1
*
Fix Windows linking to consistently use .lib suffix as required
Jack Lloyd
2019-12-06
1
-2
/
+2
*
add some comments
Tim Oesterreich
2019-05-14
1
-0
/
+4
*
Apply suggestions from code review
Tim Oesterreich
2019-05-14
1
-3
/
+3
*
restructure a bit to avoid code duplications and make find_cert more efficien...
Tim Oesterreich
2019-05-14
2
-88
/
+93
*
search certificates by key_id first, if possible
Tim Oesterreich
2019-05-14
1
-9
/
+20
*
address some review comments
Tim Oesterreich
2019-05-14
2
-11
/
+10
*
fix docu, dont throw in find_crl_for
Tim Oesterreich
2019-05-14
2
-3
/
+4
*
deduplicate certificates in find_all_certs
Tim Oesterreich
2019-05-14
2
-213
/
+221
*
search certificates by full subject_dn instead of common name only
Tim Oesterreich
2019-05-14
1
-46
/
+51
*
wrap windows handles into RAII
Tim Oesterreich
2019-05-14
1
-84
/
+121
*
fix find_cert_by_pubkey_sha1
Tim Oesterreich
2019-05-14
2
-87
/
+67
*
add find_cert by key_id functionality
Tim Oesterreich
2019-05-14
1
-27
/
+84
*
add all_subjects() functionality
Tim Oesterreich
2019-05-14
1
-16
/
+20
*
add windows certstore find_cert and find_cert_by_pubkey_sha1 functionality
Patrik Fiedler
2019-05-14
3
-0
/
+229