aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_sha1_prf.c
Commit message (Collapse)AuthorAgeFilesLines
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-081-0/+1
| | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies.
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
|
* Allow SHA1_Init()/SHA1_Update() to fail if OpenSSL version >= 1.0Martin Willi2013-04-101-0/+14
|
* openssl: Properly honor OPENSSL_NO_* definesTobias Brunner2013-01-311-0/+5
|
* Add a return value to prf_t.set_key()Martin Willi2012-07-161-1/+6
|
* Add a return value to prf_t.allocate_bytes()Martin Willi2012-07-161-6/+3
|
* Add a return value to prf_t.get_bytes()Martin Willi2012-07-161-1/+3
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-7/+9
|
* Implemented the PRF_KEYED_SHA1 algorithm in the openssl pluginMartin Willi2010-03-081-0/+139