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
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
*
Precompute and cache additional data when parsing X509_Certificate
Jack Lloyd
2020-01-29
1
-7
/
+39
*
Merge GH #2215 Use .lib suffix consistently on Windows
Jack Lloyd
2019-12-07
1
-2
/
+2
|
\
|
*
Fix Windows linking to consistently use .lib suffix as required
Jack Lloyd
2019-12-06
1
-2
/
+2
*
|
Resolve various integer conversion warnings from MSVC
Jack Lloyd
2019-12-06
3
-6
/
+6
|
/
*
Deprecate DER_Encoder::get_contents_unlocked
Jack Lloyd
2019-10-28
1
-18
/
+9
*
Add support for XMSS X.509 certificates
René Korthaus
2019-10-21
2
-2
/
+12
*
Fix warning "type attributes ignored after type is already defined"
Jack Lloyd
2019-09-25
1
-1
/
+1
*
Merge GH #2110 Properly decode error-status OCSP responses
Jack Lloyd
2019-09-24
3
-6
/
+27
|
\
|
*
add status code to OCSP responses
Patrick Schmidt
2019-09-24
3
-6
/
+27
*
|
add X.509 Usage_Type::ENCRYPTION
René Meusel
2019-09-18
2
-1
/
+5
|
/
*
Fix a leak in Extensions::add when duplicate OID attempted
Jack Lloyd
2019-09-13
1
-1
/
+5
*
Add tests
Jack Lloyd
2019-09-12
2
-1
/
+11
*
Add Extensions::remove
Jack Lloyd
2019-09-10
2
-1
/
+18
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
2
-0
/
+3
*
Fixes
Jack Lloyd
2019-08-04
1
-2
/
+2
*
Avoid unnecessary parse of the OID string in DN upper bounds
Jack Lloyd
2019-08-04
1
-15
/
+17
*
Reduce usage of oids.h with the addition of some helpers on OID
Jack Lloyd
2019-08-04
11
-42
/
+35
*
Don't throw here
Jack Lloyd
2019-08-04
1
-1
/
+5
*
Avoid using deprecated public fields of AlgorithmIdentifier
Jack Lloyd
2019-08-04
3
-10
/
+9
*
Deprecate and replace OIDS::lookup
Jack Lloyd
2019-08-04
12
-48
/
+46
*
Update GOST to use 2012 OIDs/params
Jack Lloyd
2019-08-03
3
-7
/
+16
*
Updates for GOST 2012 support
Jack Lloyd
2019-08-01
2
-4
/
+3
*
Fix "OSCP" typo in OCSP code.
Jack Lloyd
2019-07-23
3
-7
/
+11
*
Fix some LGTM issues
Jack Lloyd
2019-06-19
1
-2
/
+2
*
add option to specify ocsp max age
Patrick Schmidt
2019-06-14
2
-22
/
+45
*
Merge GH #1974 Add ability to set max allowed age for an OCSP response
Jack Lloyd
2019-05-28
6
-14
/
+29
|
\
|
*
add 'OCSP_IS_TOO_OLD' to Botan::to_string()
René Meusel
2019-05-28
1
-0
/
+2
|
*
add optional max_age for ocsp checks
Patrick Schmidt
2019-05-27
5
-14
/
+27
*
|
Add reminder comments re enum class
Jack Lloyd
2019-05-24
1
-0
/
+1
|
/
*
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
4
-0
/
+233
*
Fix decoding of RSA-OAEP certs
Jack Lloyd
2019-05-09
1
-5
/
+1
*
Fix X509_DN comparison
Jack Lloyd
2019-05-08
2
-11
/
+57
*
functionality to support multiple OUs, missing unit tests on more_dns
ndotb
2019-05-07
2
-0
/
+12
*
use map of vectors instead of multimap in flatfile certstor
Tim Oesterreich
2019-05-07
2
-14
/
+13
[next]