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
/
asn1
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify overloads in DER_Encoder
Jack Lloyd
2017-12-19
2
-37
/
+15
*
Remove use of "using namespace std"
Jack Lloyd
2017-12-04
1
-8
/
+10
*
Simplify date conversion by avoiding OS utilities
Jack Lloyd
2017-12-04
1
-6
/
+6
*
Avoid uncontrolled recusion on indefinite length encodings
Jack Lloyd
2017-11-20
1
-17
/
+26
*
Update ASN.1 fuzzer
Jack Lloyd
2017-11-15
1
-3
/
+3
*
Correct handling of nested context specific
Jack Lloyd
2017-11-15
1
-4
/
+3
*
Move ASN1 printer to the library
Jack Lloyd
2017-11-15
4
-0
/
+415
*
Increase the size of an ASN.1 tag enum to 32-bits
Jack Lloyd
2017-11-15
1
-1
/
+1
*
Consolidate function for testing for ASN.1 string types
Jack Lloyd
2017-11-14
2
-8
/
+21
*
Move X509_DN and AlternativeName from asn1 to x509
Jack Lloyd
2017-11-14
4
-730
/
+0
*
Add OIDS::oid2str and str2oid
Jack Lloyd
2017-11-14
1
-0
/
+10
*
Remove use of transcode
Jack Lloyd
2017-11-09
5
-112
/
+62
*
FIX: linker error on windows (VSO#143857)
René Meusel
2017-11-09
1
-2
/
+14
*
add conversion from UCS-2/4 to UTF-8
Rene Meusel
2017-11-09
1
-11
/
+42
*
introduce UNIVERSAL_STRING (UCS-4)
Rene Meusel
2017-11-09
2
-1
/
+3
*
add coding clarifications
Rene Meusel
2017-11-09
1
-2
/
+6
*
allow encoding of UTF-8 strings
Rene Meusel
2017-11-09
1
-4
/
+1
*
switch to default utf-8 string in ASN1_String
Rene Meusel
2017-11-09
2
-8
/
+8
*
X.509 RSA-PSS verification
Daniel Neus
2017-10-20
1
-1
/
+11
*
Additional final annotations
Jack Lloyd
2017-10-15
1
-1
/
+1
*
Address some bool/int conversion warnings from Sonar
Jack Lloyd
2017-10-06
1
-1
/
+1
*
Correct the SHA-3 PKCSv1.5 IDs
Jack Lloyd
2017-10-05
1
-1
/
+3
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
2
-8
/
+1
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Uppercase constants
Jack Lloyd
2017-10-02
1
-12
/
+15
*
Retract explicit on OID
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Use class instead of struct for objects with member functions
Jack Lloyd
2017-09-30
1
-5
/
+7
*
Further header cleanups
Jack Lloyd
2017-09-28
1
-0
/
+1
*
Refactor to avoid explicit delete in BER_Decoder
Jack Lloyd
2017-09-22
2
-26
/
+12
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
3
-4
/
+4
*
Header file cleanups
Jack Lloyd
2017-09-21
4
-5
/
+1
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
11
-22
/
+22
*
Add API stability annotations.
Jack Lloyd
2017-09-19
11
-31
/
+31
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
2
-2
/
+6
*
Add a guard to avoid doing &v[1] when v.size() == 1
Jack Lloyd
2017-08-25
1
-2
/
+6
*
Add Streebog hash (GOST R 34.11-2012).
Daniel Wyatt
2017-08-04
1
-1
/
+5
*
Add SM2 signature scheme
Jack Lloyd
2017-06-29
1
-1
/
+9
*
Moved to draft-ietf-curdle-pkix assigned OIDs
Francis Dupont
2017-06-12
1
-5
/
+5
*
Add Ed25519 key type and tests
Jack Lloyd
2017-06-07
1
-1
/
+3
*
Add SM3 OIDs and PKCSv1.5 hash prefix
Jack Lloyd
2017-05-19
1
-1
/
+5
*
Avoid recursion in BER_Decoder::get_next_object
Jack Lloyd
2017-04-09
1
-11
/
+16
*
Content:
Tomasz Frydrych
2017-04-03
4
-4
/
+7
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Fix some compiler warnings.
Jack Lloyd
2017-03-22
1
-1
/
+1
*
Merge GH #897 Add generic memory type BER decoder
Jack Lloyd
2017-03-22
1
-0
/
+32
|
\
|
*
Add generic memory type value BER decoder
Nuno Goncalves
2017-03-07
1
-0
/
+32
*
|
Fix: UTCTime interpreted as GeneralizedTime
Daniel Neus
2017-03-13
1
-2
/
+2
|
/
*
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
18
-139
/
+139
[next]