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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkcs11: Properly encode EC_POINTs created on a token
Tobias Brunner
2015-03-09
1
-5
/
+8
*
pkcs11: Properly handle EC_POINTs returned as ASN.1 octet string
Tobias Brunner
2015-03-09
1
-1
/
+43
*
x509: Use subjectKeyIdentifier provided by issuer cert when checking CRL issuer
Tobias Brunner
2015-03-06
1
-18
/
+15
*
hash-algorithm-set: Add class to manage a set of hash algorithms
Tobias Brunner
2015-03-04
4
-1
/
+193
*
credential-manager: Store BLISS key strength in auth config
Tobias Brunner
2015-03-04
1
-0
/
+3
*
auth-cfg: Add BLISS key strength constraint
Tobias Brunner
2015-03-04
2
-21
/
+43
*
public-key: Add helper to determine acceptable signature schemes for keys
Tobias Brunner
2015-03-04
3
-1
/
+122
*
hasher: Add helper to determine hash algorithm from signature scheme
Tobias Brunner
2015-03-04
2
-0
/
+44
*
public-key: Add helper to map signature schemes to ASN.1 OIDs
Tobias Brunner
2015-03-04
2
-3
/
+54
*
public-key: Add helper to determine key type from signature scheme
Tobias Brunner
2015-03-04
2
-0
/
+43
*
hasher: Add filter function for algorithms permitted by RFC 7427
Tobias Brunner
2015-03-04
2
-0
/
+30
*
hasher: Redefine hash algorithms to match values defined by RFC 7427
Tobias Brunner
2015-03-04
2
-27
/
+29
*
mem-cred: Add a method to unify certificate references, without adding it
Martin Willi
2015-03-03
2
-0
/
+31
*
enum: Extend printf hook to print flags
Thomas Egerer
2015-03-03
3
-8
/
+286
*
unit-tests: Don't fail host_create_from_dns() test if IPv6 not supported
Martin Willi
2015-03-02
1
-4
/
+10
*
bliss: Add generated Huffman codes to the repository
Tobias Brunner
2015-03-02
5
-14
/
+860
*
Fixed compiler warnings
Andreas Steffen
2015-02-27
1
-2
/
+3
*
Allow SHA256 and SHA384 data hash for BLISS signatures.
Andreas Steffen
2015-02-26
9
-26
/
+93
*
unit-tests: Completed BLISS tests
Andreas Steffen
2015-02-25
6
-16
/
+668
*
Check for null pointer before applying memwipe()
Andreas Steffen
2015-02-25
1
-4
/
+10
*
Implemented improved BLISS-B signature algorithm
Andreas Steffen
2015-02-25
7
-47
/
+356
*
host-resolver: Do not cancel threads waiting for new queries during cleanup
Martin Willi
2015-02-24
1
-6
/
+8
*
host-resolver: Disable resolver thread cancellation by default
Martin Willi
2015-02-24
1
-0
/
+3
*
unit-tests: Add host_create_from_dns() test cases resolving "localhost"
Martin Willi
2015-02-24
1
-0
/
+42
*
plugin-loader: Do not unload libraries during dlclose(), if supported
Martin Willi
2015-02-24
1
-1
/
+9
*
unit-tests: Accept numerical protocol/port numbers in traffic selector tests
Martin Willi
2015-02-23
1
-11
/
+16
*
openssl: Return the proper IV length for OpenSSL crypters
Tobias Brunner
2015-02-23
1
-1
/
+1
*
ipsec-types: Support the %unique mark value
Martin Willi
2015-02-20
1
-1
/
+9
*
child-sa: Replace reqid based marks by "unique" marks
Martin Willi
2015-02-20
1
-2
/
+2
*
traffic-selector: Add a hash() method
Martin Willi
2015-02-20
2
-0
/
+20
*
unit-tests: Add an initial set of traffic selector unit tests
Martin Willi
2015-02-20
3
-0
/
+281
*
traffic-selector: Add a compare function to sort traffic selectors
Martin Willi
2015-02-20
2
-34
/
+86
*
x509: Fix public key reference leak if authority key identifier does not match
Martin Willi
2015-02-06
1
-10
/
+12
*
unit-tests: Adapted to coverity fixes
Andreas Steffen
2014-12-23
2
-12
/
+27
*
Fixed bad bit shift and sign extension errors
Andreas Steffen
2014-12-23
4
-10
/
+34
*
bliss: Remove unnecessary cast to double
Tobias Brunner
2014-12-23
1
-1
/
+1
*
bliss: Log type if unsupported
Tobias Brunner
2014-12-23
1
-1
/
+1
*
bliss: Make sure sampler exists after checking for it earlier
Tobias Brunner
2014-12-23
1
-2
/
+2
*
crypto: Define MODP_CUSTOM outside of IKE DH range
Tobias Brunner
2014-12-23
8
-13
/
+16
*
apple: Redefine some additional clashing Mach types
Martin Willi
2014-12-16
3
-3
/
+11
*
mgf1: Use correct Doxygen groups
Tobias Brunner
2014-12-15
2
-4
/
+4
*
bliss: Fix Doxygen comments
Tobias Brunner
2014-12-15
2
-6
/
+6
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2014-12-15
1
-2
/
+2
*
Also initialize s_sign
Andreas Steffen
2014-12-12
1
-1
/
+1
*
pem: Handle BER indefinite length encoding as binary ASN.1
Martin Willi
2014-12-12
1
-1
/
+24
*
Cache only support fingerprint types
Andreas Steffen
2014-12-12
1
-2
/
+4
*
Fix ambiguities and gcc compiler warning
Andreas Steffen
2014-12-12
1
-3
/
+3
*
apple: Use precancelable poll() to wrap accept/recvmsg calls
Martin Willi
2014-12-12
1
-1
/
+5
*
Use bitspender->get_bytes() method in ntru_trits
Andreas Steffen
2014-12-12
1
-26
/
+14
*
Use Huffman code in BLISS signature
Andreas Steffen
2014-12-12
7
-38
/
+296
[prev]
[next]