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: 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
*
Added get_array() method to ntru_poly_t class
Andreas Steffen
2014-02-27
5
-156
/
+57
*
Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() constru...
Andreas Steffen
2014-02-27
5
-131
/
+100
*
Optimized use of temporary arrays in polynomial multiplication
Andreas Steffen
2014-02-27
2
-24
/
+24
*
Implement ring multiplication method
Andreas Steffen
2014-02-27
3
-99
/
+228
*
index limit can be easily computed
Andreas Steffen
2014-02-19
5
-42
/
+18
*
uclibc only defines strndup(3) if _GNU_SOURCE is defined
Tobias Brunner
2014-02-19
1
-2
/
+2
*
sshkey: uclibc only defines fmemopen(3) if _GNU_SOURCE is defined
Tobias Brunner
2014-02-19
1
-0
/
+1
*
Created ntru_poly class for sparse trinary polynomials
Andreas Steffen
2014-02-18
8
-434
/
+455
*
plugin-loader: Escape <ns> in comment as Doxygen sees this as XML tag
Tobias Brunner
2014-02-18
1
-2
/
+2
*
plugin-loader: Optionally use load option in each plugin section to load plugins
Tobias Brunner
2014-02-12
2
-4
/
+144
*
lib: All settings use configured namespace
Tobias Brunner
2014-02-12
15
-35
/
+35
*
rdrand: Provide get_features() regardless of RDRAND availability
Martin Willi
2014-02-10
1
-6
/
+6
*
rdrand: Move RDRAND detection log to level 2
Martin Willi
2014-02-10
1
-2
/
+2
*
pem: Use chunk_map() instead of non-portable mmap()
Martin Willi
2014-01-23
1
-29
/
+6
*
curl: Replace spaces in URIs with %20
Tobias Brunner
2014-01-23
1
-3
/
+14
*
agent: Keep CAP_DAC_OVERRIDE to connect to ssh-agent socket
Tobias Brunner
2014-01-23
2
-2
/
+7
*
min_MGF_hash_calls parameter is not needed anymore
Andreas Steffen
2013-12-07
2
-18
/
+0
[prev]
[next]