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
*
Merge GH #2367 Resolve various certificate handling bugs
Jack Lloyd
2020-06-16
5
-5
/
+69
|
\
|
*
Verify name constraints on subject alternative name DN also
Jack Lloyd
2020-06-09
3
-3
/
+24
|
*
Check that X.509 SignatureAlgorithm parameters are as expected
Jack Lloyd
2020-06-09
1
-2
/
+37
|
*
Prohibit empty KeyUsage in certificates
Jack Lloyd
2020-06-09
1
-0
/
+8
*
|
Add a note that we are ignoring PKIX requirements here
Jack Lloyd
2020-06-13
1
-0
/
+7
|
/
*
Fix cppcheck findings
René Fischer
2020-06-05
1
-2
/
+0
*
Check that a v1 certificate does not include the v2 identifier fields
Jack Lloyd
2020-05-25
3
-2
/
+14
*
Avoid copying in range based for loops
Jack Lloyd
2020-04-24
2
-3
/
+3
*
Don't return empty vector from raw_xxx_dn_sha256 if SHA-256 disabled
Jack Lloyd
2020-04-06
1
-0
/
+4
*
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
[next]