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
*
Use make_shared in x509_ext.cpp
Jack Lloyd
2021-04-03
1
-59
/
+55
*
Change arg type of Extensions::{add, add_new, replace}
Jack Lloyd
2021-04-03
1
-9
/
+7
*
Change the return type of Certificate_Extensions::copy
Jack Lloyd
2021-04-03
1
-4
/
+4
*
Don't use shouting case for ASN1_{Type,Class} values
Jack Lloyd
2021-01-13
1
-23
/
+23
*
Add some helpers for start_cons
Jack Lloyd
2021-01-13
1
-1
/
+1
*
Split ASN1 tags enum class into 2 enum classes
sledgehammer_999
2021-01-11
1
-25
/
+25
*
Convert ASN1_Tag to an enum class
Jack Lloyd
2020-12-20
1
-41
/
+41
*
Remove outer shared_ptr from Certificate in certstore interface
Jack Lloyd
2020-11-23
1
-5
/
+5
*
Remove Data_Store
Jack Lloyd
2020-11-06
1
-153
/
+0
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-2
/
+2
*
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
1
-0
/
+9
*
Add Extensions::remove
Jack Lloyd
2019-09-10
1
-1
/
+13
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
1
-0
/
+1
*
Reduce usage of oids.h with the addition of some helpers on OID
Jack Lloyd
2019-08-04
1
-4
/
+3
*
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