Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -1562/+0 |
| | |||||
* | extended asn1_algorithmIdentifier() to SHA-2 | Andreas Steffen | 2008-01-22 | 1 | -32/+7 |
| | |||||
* | x509_t.build_encoding() now supports any hash algorithm | Andreas Steffen | 2008-01-22 | 1 | -13/+32 |
| | |||||
* | fully implemented x509_create() | Andreas Steffen | 2008-01-22 | 1 | -3/+71 |
| | |||||
* | fixed destruction of generalNames linked list | Andreas Steffen | 2008-01-21 | 1 | -1/+1 |
| | |||||
* | fixed parsing and building of generalNames | Andreas Steffen | 2008-01-21 | 1 | -10/+8 |
| | |||||
* | added notBefore and notAfter to x509_create() | Andreas Steffen | 2008-01-21 | 1 | -1/+5 |
| | |||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 1 | -3/+3 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | added x509_build_generalNames() and x509_build_subjectAltNames() functions | Andreas Steffen | 2007-10-12 | 1 | -27/+121 |
| | |||||
* | added x509_create() synthesis function | Andreas Steffen | 2007-10-11 | 1 | -3/+29 |
| | |||||
* | check hash algorithms used in signatures | Andreas Steffen | 2007-09-11 | 1 | -4/+23 |
| | |||||
* | OID_UNKNOWN (-1) requires int type | Andreas Steffen | 2007-09-11 | 1 | -4/+3 |
| | |||||
* | initiated support of caIssuers accessLocation | Andreas Steffen | 2007-08-17 | 1 | -5/+16 |
| | |||||
* | added set_ca_info() and get_ca_info() methods | Andreas Steffen | 2007-05-18 | 1 | -0/+24 |
| | |||||
* | check self-signedness of certificate at creation time | Andreas Steffen | 2007-05-17 | 1 | -2/+26 |
| | |||||
* | initialize isCA to FALSE | Andreas Steffen | 2007-04-20 | 1 | -0/+1 |
| | |||||
* | isOcspSigner was not initialized | Andreas Steffen | 2007-04-20 | 1 | -0/+1 |
| | |||||
* | fixed destroy() bug | Andreas Steffen | 2007-04-14 | 1 | -8/+4 |
| | |||||
* | cosmetics | Andreas Steffen | 2007-04-12 | 1 | -1/+0 |
| | |||||
* | replace cert by this in parse_certificate() | Andreas Steffen | 2007-04-12 | 1 | -68/+37 |
| | |||||
* | corrected copyright statement | Andreas Steffen | 2007-04-12 | 1 | -1/+6 |
| | |||||
* | removed %Q, %Y, %W, %U printf handlers | Martin Willi | 2007-04-12 | 1 | -54/+30 |
| | |||||
* | replaced expired since %V by expired %V ago | Andreas Steffen | 2007-03-28 | 1 | -1/+1 |
| | |||||
* | fixed case of missing subjectKeyID | Andreas Steffen | 2007-03-14 | 1 | -4/+14 |
| | |||||
* | generalized get_ca_certificate() to get_auth_certificate(auth_flags) | Andreas Steffen | 2007-03-08 | 1 | -3/+3 |
| | |||||
* | support of setting and getting authority flags | Andreas Steffen | 2007-03-08 | 1 | -2/+33 |
| | |||||
* | forgot to assign public.is_ocsp_signer() method | Andreas Steffen | 2007-03-07 | 1 | -0/+1 |
| | |||||
* | added parsing level to x509_create_from_chunk() and added is_ocsp_signer() ↵ | Andreas Steffen | 2007-03-07 | 1 | -6/+26 |
| | | | | method | ||||
* | added support of OCSP accessLocations | Andreas Steffen | 2007-02-25 | 1 | -10/+23 |
| | |||||
* | added the create_crluri_iterator method | Andreas Steffen | 2007-02-24 | 1 | -0/+9 |
| | |||||
* | addin get_keyid() method | Andreas Steffen | 2007-02-24 | 1 | -1/+10 |
| | |||||
* | removed my time_t printf handler patch, applied the one of andreas (64bit save) | Martin Willi | 2007-02-08 | 1 | -11/+11 |
| | |||||
* | fixed printf() hooks for time | Martin Willi | 2007-02-08 | 1 | -8/+8 |
| | |||||
* | fixed 64 bit issue with print time | Andreas Steffen | 2007-01-20 | 1 | -8/+8 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -30/+7 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | redesigned format of print function | Andreas Steffen | 2006-10-25 | 1 | -36/+45 |
| | |||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 1 | -6/+5 |
| | | | | added iterator hook to manipulate iterator the clean way | ||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 1 | -13/+4 |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -139/+145 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | (no commit message) | Martin Willi | 2006-09-27 | 1 | -5/+5 |
| | |||||
* | support of encrypted private key files | Andreas Steffen | 2006-09-20 | 1 | -1/+1 |
| | |||||
* | cosmetics | Andreas Steffen | 2006-09-18 | 1 | -2/+1 |
| | |||||
* | fixed certificate verification bug! | Martin Willi | 2006-09-14 | 1 | -1/+2 |
| | |||||
* | reenabled check_expiry | Martin Willi | 2006-07-07 | 1 | -6/+6 |
| | |||||
* | fixed compiler warnings | Martin Willi | 2006-07-05 | 1 | -7/+11 |
| | |||||
* | support of cert payloads | Andreas Steffen | 2006-07-03 | 1 | -10/+68 |
| | |||||
* | added X.509 trust chain verification | Andreas Steffen | 2006-06-27 | 1 | -8/+74 |
| | |||||
* | cosmetics | Andreas Steffen | 2006-06-16 | 1 | -7/+21 |
| | |||||
* | moved RSA key size constraints to definitions.h | Andreas Steffen | 2006-06-13 | 1 | -6/+0 |
| | |||||
* | added public methods is_ca() and is_valid() | Andreas Steffen | 2006-06-09 | 1 | -52/+70 |
| |