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
/
x509cert.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify exception messages
Jack Lloyd
2018-08-22
1
-1
/
+1
*
Use BER_Decoder::get_next to cleanup X.509 cert decoding code
Jack Lloyd
2018-05-21
1
-14
/
+13
*
Bypass self-signed check in X509_Certificate if AKID and SKID are set
Jack Lloyd
2018-03-24
1
-12
/
+17
*
Handle cert.subject_info("Email")
Jack Lloyd
2018-03-06
1
-0
/
+3
*
Add X509_Certificate::subject_public_key_info
Jack Lloyd
2018-03-05
1
-3
/
+10
*
Prepare for making BER_Object members private
Jack Lloyd
2018-01-18
1
-11
/
+13
*
add the detection for the ca issuers field(1.3.6.1.5.5.7.48.2) in x509 certif...
Patrik Fiedler
2018-01-03
1
-0
/
+16
*
Reorder fields of X509_Certificate_Data to reduce size
Jack Lloyd
2017-12-30
1
-8
/
+8
*
Change X509_Certificate to cache cert policies and name constraints
Jack Lloyd
2017-12-30
1
-18
/
+18
*
Change X509_Certificate::subject_public_key_bitstring_sha1 to return const ref
Jack Lloyd
2017-12-27
1
-1
/
+1
*
Fix various x509 path validation bugs + path building with ambiguous DNs
Fabian Weissberg
2017-12-20
1
-0
/
+9
*
Merge GH #1364 Expose a function returning status when verifying X509 objects
Jack Lloyd
2017-12-19
1
-2
/
+11
|
\
|
*
Expose a function returning a status code for verifing X509 objects
Jack Lloyd
2017-12-19
1
-2
/
+11
*
|
Add accessors to ASN1_Attribute and AlgorithmIdentifier
Jack Lloyd
2017-12-19
1
-4
/
+4
|
/
*
Add ability to fingerprint public keys
Jack Lloyd
2017-12-14
1
-16
/
+1
*
Need binary IO for Windows
Jack Lloyd
2017-12-04
1
-1
/
+1
*
Support uninitialized certificate objects
Jack Lloyd
2017-12-04
1
-19
/
+19
*
Allow parsing and printing certificates with unknown public key algos
Jack Lloyd
2017-11-18
1
-6
/
+26
*
Fix encoding of subject key identifier
Jack Lloyd
2017-11-16
1
-0
/
+1
*
Remove debug abort [ci skip]
Jack Lloyd
2017-11-14
1
-1
/
+0
*
Store all data of an X509 certificate in a shared_ptr data struct.
Jack Lloyd
2017-11-14
1
-306
/
+379
*
review changes
Daniel Neus
2017-10-21
1
-6
/
+6
*
X.509 RSA-PSS verification
Daniel Neus
2017-10-20
1
-0
/
+47
*
Remove protected data members from X509_Object
Jack Lloyd
2017-10-02
1
-12
/
+8
*
Further header cleanups
Jack Lloyd
2017-09-28
1
-1
/
+2
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-1
/
+0
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-3
/
+0
*
fix pathLenConstraint validation
Daniel Neus
2017-05-19
1
-1
/
+1
*
Add X509 issuer and subject DN hash methods
Nuno Goncalves
2017-04-03
1
-0
/
+14
*
Remove verify_end() chained immediatly before end_cons() (close #890)
Nuno Goncalves
2017-02-25
1
-1
/
+0
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-21
/
+21
*
Add X509_Certificate helper functions for OCSP
Jack Lloyd
2016-11-23
1
-4
/
+30
*
Move cert/x509 to top level and pem and pbes2 to pubkey.
Jack Lloyd
2016-11-03
1
-0
/
+672