Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssl: Add support for signature schemes with parameters | Tobias Brunner | 2017-11-08 | 1 | -29/+11 |
| | |||||
* | certificate: Return signature scheme and parameters from issued_by() method | Tobias Brunner | 2017-11-08 | 1 | -2/+4 |
| | | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies. | ||||
* | public-key: Add optional parameters argument to verify() method | Tobias Brunner | 2017-11-08 | 1 | -1/+2 |
| | |||||
* | openssl: Fix call of X509_CRL_get0_signature() with OpenSSL 1.1.0 | Tobias Brunner | 2017-10-10 | 1 | -3/+3 |
| | | | | | | | The order of arguments in X509_CRL_get0_signature() is not the same as that of X509_get0_signature(). Fixes: 989ba4b6cd16 ("openssl: Update CRL API to OpenSSL 1.1.0") | ||||
* | openssl: Add support for delta CRLs | Tobias Brunner | 2017-09-18 | 1 | -9/+55 |
| | |||||
* | Migrate all enumerators to venumerate() interface change | Tobias Brunner | 2017-05-26 | 1 | -2/+9 |
| | |||||
* | openssl: Update CRL API to OpenSSL 1.1.0 | Tobias Brunner | 2016-06-29 | 1 | -7/+42 |
| | | | | | | There is currently no way to compare the outer and inner algorithms encoded in a parsed CRL. X509_CRL_verify() does not seem to check that either, though (unlike X509_verify()). | ||||
* | lib: All settings use configured namespace | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | Recognize critical IssuingDistributionPoint CRL extension | Andreas Steffen | 2013-07-12 | 1 | -0/+4 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | certificate_t->issued_by takes an argument to receive signature scheme | Martin Willi | 2012-06-12 | 1 | -1/+6 |
| | |||||
* | Fixed compiler warnings in openssl plugin | Martin Willi | 2011-09-07 | 1 | -1/+1 |
| | |||||
* | introduced libstrongswan.x509.enforce_critical parameter | Andreas Steffen | 2011-02-05 | 1 | -1/+3 |
| | |||||
* | Added support for delta CRLs to x509 plugin | Martin Willi | 2011-01-05 | 1 | -0/+2 |
| | |||||
* | Fail on critical extensions in openssl CRLs | Martin Willi | 2011-01-05 | 1 | -1/+6 |
| | |||||
* | Unwrap crlNumber INTEGER in openssl CRL parsing | Martin Willi | 2010-08-30 | 1 | -4/+13 |
| | |||||
* | Support different encoding types in certificate.get_encoding() | Martin Willi | 2010-07-13 | 1 | -4/+13 |
| | |||||
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵ | Martin Willi | 2010-07-13 | 1 | -1/+1 |
| | | | | encoding | ||||
* | Removed is_newer() from certificate_t, obsoleting all implementations | Martin Willi | 2010-05-21 | 1 | -30/+0 |
| | |||||
* | Implemented X.509 CRL reading using OpenSSL | Martin Willi | 2010-05-21 | 1 | -0/+551 |