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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
x509: Check return value when signing attribute certificates
Martin Willi
2014-06-04
1
-9
/
+16
*
openssl: Don't re-enter FIPS mode if we are already using it
Martin Willi
2014-06-04
1
-2
/
+3
*
openssl: Be less verbose about FIPS mode when not running as daemon
Martin Willi
2014-06-04
1
-2
/
+2
*
sqlite: Avoid name clash when building on Windows
Martin Willi
2014-06-04
1
-2
/
+2
*
mysql: Add Windows support
Martin Willi
2014-06-04
2
-5
/
+8
*
openssl: Fix includes to prevent <winsock2.h> to complain about include order
Martin Willi
2014-06-04
2
-6
/
+8
*
openssl: Undef OpenSSLs X509_NAME defined by <wincrypt.h>
Martin Willi
2014-06-04
1
-0
/
+6
*
openssl: Check and link against libeay32 instead of libcrypto on Windows
Martin Willi
2014-06-04
1
-1
/
+1
*
sha1: Include <library.h> instead of directly including <arpa/inet.h>
Martin Willi
2014-06-04
2
-4
/
+3
*
x509: Undef OCSP_RESPONSE from <wincrypt.h> before using it
Martin Willi
2014-06-04
1
-0
/
+5
*
plugins: Don't link with -rdynamic on Windows
Martin Willi
2014-06-04
47
-49
/
+48
*
windows: Provide wrappers for dlopen() function family
Martin Willi
2014-06-03
1
-0
/
+2
*
curl: Don't set CURLOPT_FAILONERROR
Tobias Brunner
2014-05-31
1
-14
/
+5
*
soup: Add support to retrieve the response code
Tobias Brunner
2014-05-19
1
-2
/
+14
*
curl: Add support to return the response code
Tobias Brunner
2014-05-19
1
-1
/
+27
*
enum: Don't directly include enum.h
Martin Willi
2014-05-16
2
-3
/
+2
*
unbound: Explicitly cast from ldns RR type/class to our types
Martin Willi
2014-05-16
1
-2
/
+2
*
x509: Remove some unused ASN1 OID constants
Martin Willi
2014-05-16
2
-25
/
+0
*
aes: Remove unused build variants
Martin Willi
2014-05-16
1
-622
/
+65
*
Added PUBKEY_RSA_MODULUS encoding type
Andreas Steffen
2014-05-02
1
-12
/
+35
*
sqlite: Allow query arguments to be freed before starting the enumeration
Tobias Brunner
2014-04-30
1
-2
/
+4
*
x509: Don't include authKeyIdentifier in self-signed certificates
Tobias Brunner
2014-04-09
1
-1
/
+1
*
x509: Initialize certs when building optionalSignature for OCSP requests
Tobias Brunner
2014-04-09
1
-1
/
+1
*
Added support for msSmartcardLogon EKU
Andreas Steffen
2014-04-08
1
-3
/
+10
*
Initialize m1 to suppress compiler warning
Andreas Steffen
2014-04-07
1
-1
/
+1
*
test-vectors: Renumber AES-GCM test vectors according to original source
Tobias Brunner
2014-03-31
2
-16
/
+100
*
aead: Support custom AEAD salt sizes
Martin Willi
2014-03-31
8
-25
/
+68
*
revocation: Log error if no OCSP signer candidate found
Martin Willi
2014-03-31
1
-1
/
+1
*
revocation: Restrict OCSP signing to specific certificates
Martin Willi
2014-03-31
1
-7
/
+63
*
revocation: Don't merge auth config of CLR/OCSP trustchain validation
Martin Willi
2014-03-31
1
-39
/
+24
*
x509: CERT_DECODE actually requires KEY_ANY
Tobias Brunner
2014-03-31
1
-3
/
+1
*
pkcs1: KEY_ANY public key decoder soft depends on specific decoders
Tobias Brunner
2014-03-31
1
-0
/
+3
*
acert: Implement a plugin finding, validating and evaluating attribute certs
Martin Willi
2014-03-31
5
-0
/
+356
*
x509: Match acert has_subject() against entityName or holder serial
Martin Willi
2014-03-31
1
-5
/
+25
*
pem: Support encoding of attribute certificates
Martin Willi
2014-03-31
1
-1
/
+6
*
x509: Replace the comma separated string AC group builder with a list based one
Martin Willi
2014-03-31
1
-5
/
+5
*
x509: Integrate IETF attribute handling, and obsolete ietf_attributes_t
Martin Willi
2014-03-31
1
-9
/
+184
*
x509: Replace fixed acert group string getter by a more dynamic group enumerator
Martin Willi
2014-03-31
1
-3
/
+3
*
x509: Skip parsing of acert chargingIdentity, as we don't use it anyway
Martin Willi
2014-03-31
1
-9
/
+1
*
x509: Fix some whitespaces and do some minor style cleanups in acert
Martin Willi
2014-03-31
1
-72
/
+76
*
openssl: Add default fallback when calculating fingerprints of RSA keys
Tobias Brunner
2014-03-22
1
-1
/
+15
*
Completed integration of ntru_crypto library into ntru plugin
Andreas Steffen
2014-03-22
20
-1707
/
+1165
*
plugin-feature: Hash only the actually used feature argument
Tobias Brunner
2014-03-20
1
-1
/
+31
*
plugin-loader: Properly initialize modular plugin list if no plugins are enabled
Tobias Brunner
2014-03-18
1
-0
/
+1
*
Implemented ntru_private_key class
Andreas Steffen
2014-03-18
14
-1341
/
+1085
*
11 bits are needed to encode a maximum index of 1086
Andreas Steffen
2014-03-15
1
-1
/
+1
*
Refactored NTRU parameter set selection
Andreas Steffen
2014-03-07
3
-40
/
+47
*
Refactored ntru_param_sets
Andreas Steffen
2014-03-07
9
-246
/
+175
*
Optimize ntru_poly constructors some more
5.1.2
Andreas Steffen
2014-02-27
1
-26
/
+24
*
Optimized initialisation of indices
Andreas Steffen
2014-02-27
1
-50
/
+39
[prev]
[next]