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
/
x509_ext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate and replace OIDS::lookup
Jack Lloyd
2019-08-04
1
-3
/
+3
*
s/as_string/to_string/
Jack Lloyd
2019-03-01
1
-3
/
+3
*
Make significant_words const time also
Jack Lloyd
2018-12-23
1
-1
/
+1
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
1
-1
/
+1
*
If cert extension parsing fails, replace the object with Unknown
Jack Lloyd
2018-08-23
1
-1
/
+2
*
Simplify exception messages
Jack Lloyd
2018-08-22
1
-1
/
+1
*
DER improvements
Jack Lloyd
2018-05-22
1
-23
/
+37
*
Remove debug assignment [ci skip]
Jack Lloyd
2018-04-16
1
-1
/
+0
*
Truncate new SKIDs to 192 bits
Jack Lloyd
2018-04-16
1
-0
/
+6
*
Allow applications to easily override extensions in cert requests
Jack Lloyd
2018-01-23
1
-0
/
+15
*
Prepare for making BER_Object members private
Jack Lloyd
2018-01-18
1
-13
/
+18
*
use range-based for loop instead of std::for_each
Patrik Fiedler
2018-01-03
1
-4
/
+2
*
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
/
+13
*
Fix some shadow and unused parameter warnings
Jack Lloyd
2017-12-20
1
-4
/
+6
*
Fix various x509 path validation bugs + path building with ambiguous DNs
Fabian Weissberg
2017-12-20
1
-5
/
+51
*
Fix encoding of subject key identifier
Jack Lloyd
2017-11-16
1
-19
/
+22
*
Fix a memory leak in the case where certificate extension decoding fails.
Jack Lloyd
2017-11-16
1
-18
/
+18
*
Refactor certificate extension handling
Jack Lloyd
2017-11-14
1
-191
/
+192
*
Remove use of transcode
Jack Lloyd
2017-11-09
1
-5
/
+2
*
Guard against self-assignment
Jack Lloyd
2017-09-30
1
-0
/
+3
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
Content:
Tomasz Frydrych
2017-04-03
1
-1
/
+1
*
Remove verify_end() chained immediatly before end_cons() (close #890)
Nuno Goncalves
2017-02-25
1
-2
/
+0
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-33
/
+33
*
Rename some methods, add more tests and docs
René Korthaus
2016-12-04
1
-4
/
+4
*
Allow custom extensions in X509_Cert_Options
René Korthaus
2016-12-02
1
-0
/
+67
*
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
1
-0
/
+834