Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | treat sig_alg and algorithm comparison in a consistent way over all ↵ | Andreas Steffen | 2008-03-26 | 2 | -3/+9 | |
| | | | | certificate types | |||||
* | fixed compiler warnings | Martin Willi | 2008-03-26 | 3 | -10/+15 | |
| | ||||||
* | certificate factory can load certs from file | Andreas Steffen | 2008-03-25 | 3 | -51/+414 | |
| | ||||||
* | renamed certificate field in x509_cert.c to encoding | Andreas Steffen | 2008-03-25 | 1 | -9/+5 | |
| | ||||||
* | fixed refence counts before calling attribute certificate factory | Andreas Steffen | 2008-03-25 | 1 | -0/+4 | |
| | ||||||
* | corrected some doxygen entries | Andreas Steffen | 2008-03-22 | 4 | -26/+13 | |
| | ||||||
* | optimized self-signed certificate detection | Andreas Steffen | 2008-03-21 | 1 | -7/+6 | |
| | ||||||
* | self-signed certificates were not marked by x509_cert.c | Andreas Steffen | 2008-03-21 | 1 | -14/+22 | |
| | ||||||
* | added ietf group attribute support to attibute certificate factory | Andreas Steffen | 2008-03-21 | 1 | -0/+4 | |
| | ||||||
* | fixed memory allocation problem in openac | Andreas Steffen | 2008-03-21 | 1 | -13/+9 | |
| | ||||||
* | added BUILD_SERIAL component and fixed several ac bugs | Andreas Steffen | 2008-03-21 | 1 | -6/+14 | |
| | ||||||
* | added credential factory support for BULD_NOT_BEFORE_TIME and ↵ | Andreas Steffen | 2008-03-21 | 1 | -22/+23 | |
| | | | | BUILD_NOT_AFTER_TIME | |||||
* | added x509_ac_builder plugin | Andreas Steffen | 2008-03-21 | 1 | -0/+5 | |
| | ||||||
* | refactored openac and its attribute certificate factory | Andreas Steffen | 2008-03-20 | 5 | -2/+1365 | |
| | ||||||
* | included utils/linked_list.h | Andreas Steffen | 2008-03-20 | 1 | -0/+1 | |
| | ||||||
* | CA certificates are allowed to sign OCSP responsed without OCSP_SIGNER flag | Martin Willi | 2008-03-20 | 1 | -1/+2 | |
| | ||||||
* | The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, | Martin Willi | 2008-03-19 | 4 | -62/+146 | |
| | | | | | | as it requires to XOR the key into the hashers state. A new SHA1 based keyed hash function, implemented as PRF, enables EAP-AKA and the FIPS-PRF function to properly use the existing SHA1 implementation. | |||||
* | attempt to achieve consistent debugging output | Andreas Steffen | 2008-03-19 | 1 | -6/+6 | |
| | ||||||
* | creating public key from RSA private key | Martin Willi | 2008-03-18 | 2 | -3/+23 | |
| | | | | RSA key generation and signature test | |||||
* | made is_newer() a certificate_t method | Andreas Steffen | 2008-03-18 | 3 | -52/+98 | |
| | ||||||
* | enforcing x509_flags on certificate construction | Martin Willi | 2008-03-17 | 1 | -13/+21 | |
| | ||||||
* | fixed CRL revoked certs enumeration | Martin Willi | 2008-03-17 | 1 | -4/+4 | |
| | ||||||
* | removed X509_PEER flag; flags are meant to read cert, not to store ↵ | Martin Willi | 2008-03-14 | 1 | -9/+0 | |
| | | | | | | | additional state in cert removed x509_t.set_flags for the reason above implemented a simple, generic shared_key_t | |||||
* | reduced mysql pool verbosity | Martin Willi | 2008-03-14 | 1 | -1/+1 | |
| | ||||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 82 | -0/+15066 | |