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
*
Complete the final annotation changes
Jack Lloyd
2017-09-19
2
-8
/
+10
*
Add API stability annotations.
Jack Lloyd
2017-09-19
18
-65
/
+65
*
Clean up use of <limits> header
Jack Lloyd
2017-09-03
1
-0
/
+1
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-2
/
+2
*
Remove unused include
Jack Lloyd
2017-08-29
1
-1
/
+0
*
In OCSP::CertID don't crash if SHA-1 not available
Jack Lloyd
2017-08-29
1
-1
/
+1
*
add OCSP::Response::certificates() + unit test
René Meusel
2017-07-21
1
-0
/
+5
*
Add position of end entity cert in x509_path_validate() doc [ci skip]
René Korthaus
2017-07-02
1
-1
/
+1
*
Update Doxygen for X509_Certificate::subject_info
Daniel Neus
2017-06-23
1
-2
/
+4
*
fix pathLenConstraint validation
Daniel Neus
2017-05-19
2
-5
/
+34
*
Merge GH #900 Add ability to search by X509 DN hash
Jack Lloyd
2017-04-04
8
-39
/
+95
|
\
|
*
Add certificate store lookup by subject DN hash
Nuno Goncalves
2017-04-03
4
-0
/
+38
|
*
Add X509 issuer and subject DN hash methods
Nuno Goncalves
2017-04-03
2
-0
/
+24
|
*
Fix comments
Nuno Goncalves
2017-04-03
1
-2
/
+2
|
*
Throw exception for Not_Implemented
Nuno Goncalves
2017-04-03
1
-2
/
+1
|
*
Refactor find_cert_by_pubkey_sha1 to reuse hash object
Nuno Goncalves
2017-04-03
1
-2
/
+6
|
*
X509_CA: constantify X509_CA::sign_request
Nuno Goncalves
2017-04-03
2
-2
/
+2
|
*
Refactor and modernize files to be edited
Nuno Goncalves
2017-04-03
1
-33
/
+24
*
|
Content:
Tomasz Frydrych
2017-04-03
9
-26
/
+26
|
/
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
3
-5
/
+10
*
Small fixes in API docs [ci skip]
René Korthaus
2017-03-09
1
-1
/
+1
*
Allow OCSP requests without the full subject certificate
Nuno Goncalves
2017-03-04
5
-16
/
+43
*
Remove verify_end() chained immediatly before end_cons() (close #890)
Nuno Goncalves
2017-02-25
3
-4
/
+0
*
Fix various SunCC and Solaris warnings and build problems.
Jack Lloyd
2017-01-24
1
-4
/
+4
*
Move Data_Store from utils to x509
Jack Lloyd
2017-01-04
4
-4
/
+225
*
Increase Path_Validation_Restrictions default min strength to 110
Jack Lloyd
2016-12-27
1
-6
/
+8
*
Remove unnecessary BOTAN_DLL annotations
Jack Lloyd
2016-12-27
1
-1
/
+1
*
Add CertificatePathStatusCodes typedef
Jack Lloyd
2016-12-18
2
-31
/
+37
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
26
-184
/
+184
*
Rename some methods, add more tests and docs
René Korthaus
2016-12-04
3
-12
/
+50
*
Allow custom extensions in X509_Cert_Options
René Korthaus
2016-12-02
7
-25
/
+153
*
Add OCSP stapling support to TLS client
Jack Lloyd
2016-11-26
4
-17
/
+51
*
Fix TLS tests wrt validation changes
Jack Lloyd
2016-11-25
1
-2
/
+2
*
Add a test for to_string(Certificate_Status_Code)
Jack Lloyd
2016-11-25
1
-5
/
+5
*
Address review comments from @cordney
Jack Lloyd
2016-11-25
5
-114
/
+249
*
Fix popping empty container if no revocation data available
Jack Lloyd
2016-11-23
1
-2
/
+2
*
Add macro signalling support for online revocation checks.
Jack Lloyd
2016-11-23
2
-3
/
+7
*
Better OCSP tests including online tests
Jack Lloyd
2016-11-23
2
-2
/
+10
*
Add some simple OCSP tests
Jack Lloyd
2016-11-23
1
-0
/
+2
*
Consult the response for matching certs also, fixes Symantec OCSP
Jack Lloyd
2016-11-23
1
-2
/
+20
*
Refactor X.509 path validation
Jack Lloyd
2016-11-23
7
-356
/
+744
*
Add find_cert_by_pubkey_sha1 to Certificate_Store_In_Memory
Jack Lloyd
2016-11-23
4
-55
/
+64
*
Add X509_Certificate helper functions for OCSP
Jack Lloyd
2016-11-23
2
-4
/
+43
*
Explicitly number all Certificate_Status_Code enum values
Jack Lloyd
2016-11-23
2
-25
/
+146
*
Add key_constraints_to_string, GOST-34.10 cert handling
Jack Lloyd
2016-11-18
3
-5
/
+64
*
Pubkey cleanups
Jack Lloyd
2016-11-12
3
-4
/
+3
*
Simplify some code by using T::create_or_throw
Jack Lloyd
2016-11-03
1
-3
/
+1
*
Remove ability to add OIDS at runtime. Remove global OID lock.
Jack Lloyd
2016-11-03
1
-2
/
+1
*
Move cert/x509 to top level and pem and pbes2 to pubkey.
Jack Lloyd
2016-11-03
37
-0
/
+7052