Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 2 | -2/+2 | |
| | ||||||
* | Make sure first argument is an int when using %.*s to print e.g. chunks | Tobias Brunner | 2012-09-28 | 1 | -1/+2 | |
| | ||||||
* | openssl: Fix registration of the PUBKEY builder | Tobias Brunner | 2012-08-18 | 1 | -1/+1 | |
| | | | | | libtls drops support for RSA suites if it does not find an RSA backend (final builder for RSA public keys). | |||||
* | Use centralized hasher names in openssl plugin | Martin Willi | 2012-07-17 | 2 | -73/+10 | |
| | ||||||
* | Support void return values in OpenSSL 0.9.8 HMAC functions | Martin Willi | 2012-07-17 | 1 | -17/+28 | |
| | ||||||
* | Resetting OpenSSL HMAC with NULL key reuses existing key | Martin Willi | 2012-07-16 | 1 | -11/+2 | |
| | ||||||
* | Make sure HMAC_Init is called before HMAC_Update, fixes crash | Martin Willi | 2012-07-16 | 1 | -0/+5 | |
| | ||||||
* | Add a return value to hasher_t.reset() | Martin Willi | 2012-07-16 | 1 | -4/+8 | |
| | ||||||
* | Add a return value to hasher_t.allocate_hash() | Martin Willi | 2012-07-16 | 4 | -12/+9 | |
| | ||||||
* | Add a return value to hasher_t.get_hash() | Martin Willi | 2012-07-16 | 1 | -3/+10 | |
| | ||||||
* | Add a return value to crypter_t.set_key() | Martin Willi | 2012-07-16 | 1 | -1/+2 | |
| | ||||||
* | Add a return value to crypter_t.decrypt() | Martin Willi | 2012-07-16 | 1 | -2/+2 | |
| | ||||||
* | Add a return value to crypter_t.encrypt | Martin Willi | 2012-07-16 | 1 | -10/+11 | |
| | ||||||
* | Add a return value to mac_t.set_key() | Martin Willi | 2012-07-16 | 1 | -2/+2 | |
| | ||||||
* | Add a return value to mac_t.get_bytes() | Martin Willi | 2012-07-16 | 1 | -10/+8 | |
| | ||||||
* | Check rng return value when seeding OpenSSL RNG | Tobias Brunner | 2012-07-16 | 1 | -1/+5 | |
| | ||||||
* | RNGs' get_bytes and allocate_bytes return boolean | Tobias Brunner | 2012-07-16 | 1 | -9/+10 | |
| | ||||||
* | Add a return value to prf_t.set_key() | Martin Willi | 2012-07-16 | 1 | -1/+6 | |
| | ||||||
* | Add a return value to prf_t.allocate_bytes() | Martin Willi | 2012-07-16 | 1 | -6/+3 | |
| | ||||||
* | Add a return value to prf_t.get_bytes() | Martin Willi | 2012-07-16 | 1 | -1/+3 | |
| | ||||||
* | openssl: Ensure the thread ID is never zero | Tobias Brunner | 2012-07-03 | 1 | -1/+3 | |
| | | | | | | This might otherwise cause problems because OpenSSL tries to lock mutexes recursively if it assumes the lock is held by a different thread e.g. during FIPS initialization. | |||||
* | Make the hmac_t interface a generic interface for message authentication codes | Tobias Brunner | 2012-06-25 | 1 | -23/+23 | |
| | ||||||
* | Simplified creation of PRFs and signers in openssl and hmac plugins | Tobias Brunner | 2012-06-25 | 1 | -68/+5 | |
| | ||||||
* | Use simple wrappers for HMAC based PRF and signer in openssl plugin | Tobias Brunner | 2012-06-25 | 8 | -562/+132 | |
| | ||||||
* | Refactored OpenSSL based HMAC implementation | Tobias Brunner | 2012-06-25 | 5 | -173/+382 | |
| | ||||||
* | Adding OpenSSL HMAC signer functions to openssl plugin | Aleksandr Grinberg | 2012-06-25 | 4 | -1/+322 | |
| | ||||||
* | Adding OpenSSL HMAC pseudo random functions to openssl plugin | Aleksandr Grinberg | 2012-06-25 | 4 | -1/+245 | |
| | ||||||
* | Adding OpenSSL random number functions to openssl plugin | Aleksandr Grinberg | 2012-06-25 | 4 | -1/+159 | |
| | ||||||
* | certificate_t->issued_by takes an argument to receive signature scheme | Martin Willi | 2012-06-12 | 2 | -3/+13 | |
| | ||||||
* | Certificate decoding soft-depends on public key decoding of specific types | Martin Willi | 2012-05-02 | 1 | -0/+3 | |
| | ||||||
* | OpenSSL plugin parses ECDSA private keys with explicitly specified EC ↵ | Tobias Brunner | 2012-02-01 | 1 | -9/+30 | |
| | | | | | | | parameters. This is needed in case the key itself does not contain the parameters, which is the case for PKCS#8. | |||||
* | Reverse the changes made to openssl plugin for signature verification | Sansar Choinyambuu | 2011-11-28 | 1 | -60/+0 | |
| | ||||||
* | Changed the static function name in openssl_rsa_public_key object | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+2 | |
| | | | | Removed unused chunk variable from PTS verify_quote_signature function | |||||
* | use openssl rsa_verify function | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+60 | |
| | ||||||
* | Reverse the changes made to openssl plugin for signature verification | Sansar Choinyambuu | 2011-11-28 | 1 | -60/+0 | |
| | ||||||
* | Changed the static function name in openssl_rsa_public_key object | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+2 | |
| | | | | Removed unused chunk variable from PTS verify_quote_signature function | |||||
* | use openssl rsa_verify function | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+62 | |
| | ||||||
* | Change order of ocsp uris when parsing a cert | Thomas Egerer | 2011-11-04 | 1 | -1/+1 | |
| | ||||||
* | Use chunk_clear to memwipe shared secret | Thomas Egerer | 2011-11-04 | 1 | -1/+1 | |
| | ||||||
* | Fixed AES key length in openssl plugin | Martin Willi | 2011-10-14 | 1 | -2/+2 | |
| | ||||||
* | Announce openssl features only if actually supported | Martin Willi | 2011-10-14 | 1 | -16/+64 | |
| | ||||||
* | Add features support to openssl plugin | Martin Willi | 2011-10-14 | 1 | -141/+118 | |
| | ||||||
* | openssl: Adding support for key usage x509 extension. | Tobias Brunner | 2011-10-05 | 1 | -1/+42 | |
| | ||||||
* | Fixed compiler warnings in openssl plugin | Martin Willi | 2011-09-07 | 2 | -2/+2 | |
| | ||||||
* | Don't compile login() in openssl_rsa_private_key_t if ENGINE support is ↵ | Tobias Brunner | 2011-05-13 | 1 | -0/+2 | |
| | | | | disabled in OpenSSL. | |||||
* | chunk_clear not clear_chunk. | Tobias Brunner | 2011-05-10 | 1 | -1/+1 | |
| | ||||||
* | Wipe memory after using key material (incomplete, to be continued) | Martin Willi | 2011-05-09 | 2 | -2/+2 | |
| | ||||||
* | Revert alloc_str changes | Martin Willi | 2011-04-21 | 1 | -13/+8 | |
| | | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5. | |||||
* | Use thread save settings alloc_str function where appropriate | Martin Willi | 2011-04-21 | 1 | -8/+13 | |
| | ||||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 | |
| |