index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 paramet...
Tobias Brunner
2012-02-01
1
-9
/
+30
*
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
*
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
*
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 disab...
Tobias Brunner
2011-05-13
1
-0
/
+2
*
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
*
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
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
1
-38
/
+43
*
[hopefully] fixed pathlen problem on ARM platforms
Andreas Steffen
2011-02-10
1
-3
/
+7
*
introduced libstrongswan.x509.enforce_critical parameter
Andreas Steffen
2011-02-05
2
-3
/
+7
*
fixed checking of unknown critical extensions in openssl_x509
Andreas Steffen
2011-01-31
1
-1
/
+1
*
Use a generic getter for all numerical X.509 constraints
Martin Willi
2011-01-05
1
-11
/
+10
*
Added support for delta CRLs to x509 plugin
Martin Willi
2011-01-05
1
-0
/
+2
*
Simplified format of x509 CRL URI parsing/enumerator
Martin Willi
2011-01-05
1
-72
/
+34
*
Fail on critical extensions in openssl CRLs
Martin Willi
2011-01-05
1
-1
/
+6
*
Added support for policyConstraints to x509 plugin
Martin Willi
2011-01-05
1
-0
/
+7
*
Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints,...
Martin Willi
2011-01-05
1
-1
/
+1
*
Added policyMappings support to x509 plugin
Martin Willi
2011-01-05
1
-0
/
+1
*
Added certificatePolicy support to x509 plugin
Martin Willi
2011-01-05
1
-8
/
+2
*
Fail when parsing unsupported critical extensions in openssl_x509
Martin Willi
2011-01-05
1
-1
/
+5
*
Do not parse certificates with invalid version in openssl plugin
Martin Willi
2011-01-05
1
-0
/
+7
*
Added name constraint enumerator to x509 interface
Martin Willi
2011-01-05
1
-0
/
+1
*
Added support for CRL Issuers to x509 and OpenSSL plugins
Martin Willi
2011-01-05
1
-4
/
+79
*
trace back crypto algorithms to the plugins that registered them
Andreas Steffen
2010-12-18
1
-36
/
+38
*
Added missing include for RAND_seed and RAND_status.
Tobias Brunner
2010-10-21
1
-0
/
+1
*
Compare subject against all key identifiers in has_subject()
Martin Willi
2010-09-09
1
-1
/
+14
*
Added a final flag to builder registration to enumerate the actually supporte...
Martin Willi
2010-09-03
1
-10
/
+10
*
Added support for MODP_CUSTOM to openssl plugin
Martin Willi
2010-09-03
3
-6
/
+20
*
Unwrap crlNumber INTEGER in openssl CRL parsing
Martin Willi
2010-08-30
1
-4
/
+13
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
10
-82
/
+104
*
Variable key length crypters use default key length if zero given
Martin Willi
2010-08-16
1
-61
/
+40
*
Add dedicated getter for the IV size to the crypter_t interface
Martin Willi
2010-08-13
1
-0
/
+7
*
Double check that the OpenSSL RNG has been seeded, do so otherwise
Martin Willi
2010-08-11
1
-0
/
+33
*
Implemented RSA en-/decryption in openssl plugin
Martin Willi
2010-08-11
2
-5
/
+55
*
Parse important extendedKeyUsage flags in openssl plugin
Martin Willi
2010-08-10
1
-0
/
+33
[next]