Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssl: Use proper EVP macro to determine size of a hash | Tobias Brunner | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | openssl: Explicitly include openssl/bn.h | Tobias Brunner | 2015-09-16 | 1 | -0/+1 |
| | | | | | | | | If OpenSSL is compiled with OPENSSL_NO_DEPRECATED some of the headers we include don't include openssl/bn.h anymore. Therefore, we have to explicitly include it ourselves where we use BN_* functions. Fixes #1113. | ||||
* | openssl: Add helper function to convert BIGNUMs to chunks | Tobias Brunner | 2013-09-13 | 1 | -0/+18 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warnings in openssl plugin | Martin Willi | 2011-09-07 | 1 | -1/+1 |
| | |||||
* | Implemented X.509 certificate reading using OpenSSL | Martin Willi | 2010-05-21 | 1 | -1/+82 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -15/+15 |
| | |||||
* | do openssl fingerprinting/encoding directly, openssl provides all functions | Martin Willi | 2009-08-27 | 1 | -124/+0 |
| | |||||
* | encoding public EC keys is not really possible without subjectPublicKeyInfo | Martin Willi | 2009-08-26 | 1 | -27/+53 |
| | |||||
* | updated openssl plugin to new private/public key API, use encoder framework | Martin Willi | 2009-08-26 | 1 | -0/+101 |
| | |||||
* | ecp_x_coordinate only option allows ECP interoperability with MS Windows | Andreas Steffen | 2009-07-06 | 1 | -5/+10 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 1 | -0/+120 |