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
/
cert
/
x509
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
29
-5364
/
+0
*
s/check/test/g
lloyd
2014-01-01
1
-1
/
+0
*
Make Boost easier to disable with minimal feature loss
lloyd
2013-12-28
1
-1
/
+0
*
Make it possible to remove Boost dependency by disabling a few modules
lloyd
2013-12-14
1
-0
/
+4
*
First pass at automatic OCSP checks
lloyd
2013-11-29
6
-58
/
+108
*
Move OCSP to x509 subdir as they are quite entangled
lloyd
2013-11-29
5
-1
/
+502
*
Split chain creation and checking
lloyd
2013-11-29
2
-87
/
+104
*
Have OCSP responses return an enum allowing a range of conditions to be expre...
lloyd
2013-11-29
6
-255
/
+319
*
Don't reject a signature using an untrusted hash if it is the self
lloyd
2013-11-28
1
-1
/
+1
*
Print OCSP and CRL locations in X509_Certificate::to_string
lloyd
2013-11-28
1
-0
/
+5
*
Give everything setting a feature test macro in build.h a version code
lloyd
2013-11-28
1
-1
/
+1
*
Change Credentials_Manager::trusted_certificate_authorities to return
lloyd
2012-11-13
2
-25
/
+39
*
Rename asn1_int to asn1_obj as it actually declares ASN1_Object
lloyd
2012-11-06
2
-2
/
+2
*
Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, and
lloyd
2012-11-06
7
-3
/
+55
*
Fix various issues flagged by cppcheck. Nothing too interesting.
lloyd
2012-08-13
3
-4
/
+4
*
Add Public_Key::estimated_strength which gives an approximation of how
lloyd
2012-07-27
2
-13
/
+33
*
Fix X509_Certificate::operator<. It was comparing by calling to_string
lloyd
2012-06-14
2
-6
/
+28
*
Add support (decoding only) for the CRL Distribution Point extension.
lloyd
2012-06-13
4
-30
/
+98
*
Update what() signature on exception types
lloyd
2012-06-12
1
-1
/
+1
*
Drop some deprecated functions
lloyd
2012-06-01
2
-20
/
+0
*
Support for the authority information access extension, limited to
lloyd
2012-05-27
4
-1
/
+84
*
Add an X509_Certificate::allowed_usage for extended constraints.
lloyd
2012-05-27
2
-3
/
+19
*
Derive X509_Object from ASN1_Object.
lloyd
2012-05-27
6
-24
/
+46
*
Have BER_Deocder::decode_list actually start the SEQUENCE. All callers
lloyd
2012-05-27
1
-8
/
+2
*
Remove the PRIVATE ASN.1 tag. Not being used outside of the pretty
lloyd
2012-05-27
1
-1
/
+1
*
Several new hooks in X509_Certificate to get raw (from the cert
lloyd
2012-05-27
2
-9
/
+39
*
Some post merge fixups.
lloyd
2012-05-25
5
-15
/
+9
*
propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2...
lloyd
2012-05-25
20
-219
/
+320
|
\
*
|
Kill off the quite vestigal pubkey_enums header. Move most of the code
lloyd
2012-03-28
7
-8
/
+136
*
|
Pass a class to the validation function that represents any
lloyd
2012-03-28
2
-73
/
+170
*
|
All of the X509 modules were actually mutually dependent. Ideally this
lloyd
2012-02-06
22
-0
/
+4104
|
/
*
Split up src/cert/x509 into a set of modules, though mostly mutually
lloyd
2010-09-17
24
-4514
/
+0
*
Update all uses of MemoryRegion::append to use either push_back or operator+=
lloyd
2010-09-15
1
-5
/
+5
*
Remove more uses of vector to pointer implicit conversions
lloyd
2010-09-13
1
-1
/
+1
*
Define X509_Object::encode in terms of BER_encode and PEM_encode
lloyd
2010-06-21
1
-22
/
+12
*
Doxygen
lloyd
2010-06-21
1
-2
/
+34
*
Replace "@return a blah" and "@return the blah" with just "@return blah"
lloyd
2010-06-16
7
-37
/
+37
*
More Doxygen updates/fixes
lloyd
2010-06-15
4
-34
/
+55
*
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
3
-2
/
+9
*
Use X509::BER_encode. Saves 12 lines. Nice
lloyd
2010-06-15
1
-18
/
+6
*
Remove config options to toggle if X.509 extensions are critical or
lloyd
2010-03-10
4
-48
/
+47
*
Make cert decoding errors more verbose
lloyd
2010-03-10
1
-2
/
+2
*
Modify pubkey classes to take names instead of object pointers.
lloyd
2010-03-08
4
-12
/
+8
*
Remove the now no-op classes PK_Encrypting_Key,
lloyd
2010-03-08
4
-42
/
+6
*
The code in pk_codecs was actually entirely tied to the code in
lloyd
2010-03-04
1
-1
/
+0
*
Add a new function to Public_Key, algorithm_identifier(), which just
lloyd
2010-03-04
1
-7
/
+1
*
Clean up exceptions. Remove some unused ones like Config_Error. Make
lloyd
2010-01-05
1
-1
/
+1
*
Time was saved to a u32bit. Would really bite me in 2106 :)
lloyd
2009-12-23
1
-1
/
+1
*
Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostly
lloyd
2009-12-23
1
-1
/
+1
*
Add FIXME note to Certificate_Policies::encode_inner
lloyd
2009-12-23
1
-1
/
+4
[next]