index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
unity: Only do narrowing of responder's TS if we received 0.0.0.0/0
Tobias Brunner
2014-12-05
1
-2
/
+84
*
id-payload: Enable multiple calls to get_ts() for subnet traffic selectors
Tobias Brunner
2014-12-05
1
-2
/
+5
*
ikev2: Fix handling of more than one hash-and-URL certificate payloads
Tobias Brunner
2014-12-04
1
-2
/
+2
*
Merge branch 'wfp-drop-firewall'
Martin Willi
2014-12-04
3
-41
/
+244
|
\
|
*
kernel-wfp: Install outbound ALE connect rules for IPsec
Martin Willi
2014-12-04
1
-16
/
+43
|
*
kernel-wfp: Install inbound ALE IP-in-IP filters
Martin Willi
2014-12-04
1
-41
/
+159
|
*
kernel-wfp: Add missing IPsec sublayer GUIDs
Martin Willi
2014-12-04
1
-0
/
+6
|
*
kernel-wfp: Define IPsec related ALE layers and callout GUIDs
Martin Willi
2014-12-04
2
-0
/
+40
|
*
kernel-wfp: Fix logging of MM/QM/EM NetEvent failures
Martin Willi
2014-12-04
1
-0
/
+12
|
/
*
vici: Make sure to send/recv all requested bytes over socket
Martin Willi
2014-12-04
1
-3
/
+22
*
updown: Inverse comment of VPN_LOGGING variable, as it is enabled by default
Martin Willi
2014-12-02
1
-1
/
+1
*
Version bump to 5.2.2dr1
5.2.2dr1
Andreas Steffen
2014-11-29
2
-1
/
+5
*
Increased check size du to INITIAL_CONTACT notify
Andreas Steffen
2014-11-29
1
-1
/
+1
*
Renewed expired certificates
Andreas Steffen
2014-11-29
19
-171
/
+223
*
Implemented full BLISS support for IKEv2 public key authentication and the pk...
Andreas Steffen
2014-11-29
17
-18
/
+97
*
Created ikev2/rw-ntru-bliss scenario
Andreas Steffen
2014-11-29
27
-2
/
+193
*
Applied bit packing to BLISS public key
Andreas Steffen
2014-11-29
5
-55
/
+68
*
Wipe BLISS private key memory
Andreas Steffen
2014-11-29
1
-2
/
+8
*
Created bliss_bitpacker class to encode BLISS signatures
Andreas Steffen
2014-11-29
8
-46
/
+464
*
Skip the unused bits field of the ASN.1 BIT STRING encoding
Andreas Steffen
2014-11-29
1
-1
/
+1
*
Store NTT A of BLISS public key a
Andreas Steffen
2014-11-29
2
-28
/
+24
*
unit-tests: created bliss_sign test suite
Andreas Steffen
2014-11-29
5
-1
/
+91
*
Finished BLISS signature generation
Andreas Steffen
2014-11-29
12
-157
/
+1170
*
Implemented Gaussian rejection sampler
Andreas Steffen
2014-11-29
6
-16
/
+496
*
Implemented get_byte() method for mgf1_bitspender class
Andreas Steffen
2014-11-29
4
-26
/
+78
*
Added support for BLISS-III
Andreas Steffen
2014-11-29
1
-2
/
+17
*
Started implementing BLISS signature generation
Andreas Steffen
2014-11-29
8
-24
/
+34
*
Store and parse BLISS private and public keys in DER and PEM format
Andreas Steffen
2014-11-29
9
-32
/
+441
*
unit-tests: Created separate mgf1 test suite
Andreas Steffen
2014-11-29
5
-147
/
+270
*
Use mgf1_bitspender in ntru_poly_create_from_seed
Andreas Steffen
2014-11-29
2
-52
/
+16
*
Use mgf1_bitspender to generate random secret key
Andreas Steffen
2014-11-29
1
-280
/
+226
*
Implemented bitspender based on the MGF1 mask generator function
Andreas Steffen
2014-11-29
4
-3
/
+223
*
unit-tests: Added bliss_fft test suite
Andreas Steffen
2014-11-29
5
-0
/
+193
*
Moved mgf1 class to libstrongswan/crypto/mgf1
Andreas Steffen
2014-11-29
7
-62
/
+51
*
Defined BLISS I and IV parameter sets
Andreas Steffen
2014-11-29
4
-19
/
+365
*
Added BLISS OIDs in ITA-HSR OID tree
Andreas Steffen
2014-11-29
1
-0
/
+10
*
Implemented Number Theoretic Transform using the FFT algorithm
Andreas Steffen
2014-11-29
8
-3
/
+869
*
Created framework for BLISS post-quantum signature algorithm
Andreas Steffen
2014-11-29
12
-8
/
+663
*
libtls: Catch POLLHUP/NVAL in TLS socket splicing
Martin Willi
2014-11-28
1
-2
/
+2
*
watcher: Proper handle poll() POLLHUP/NVAL signaling
Martin Willi
2014-11-28
1
-13
/
+36
*
windows: Properly set errno for read/write functions using Winsock
Martin Willi
2014-11-28
1
-4
/
+4
*
ikev2: Fix ike_rekey switch statement broken with last commit
Martin Willi
2014-11-24
1
-1
/
+1
*
ikev2: Prevent IKE_SA rekeying if we are currently retrying a CHILD_SA rekey
Martin Willi
2014-11-21
1
-0
/
+1
*
controller: Keep following initiate() if the first DH guess was wrong
Martin Willi
2014-11-21
1
-0
/
+12
*
child-sa: Introduce a CHILD_RETRYING state to detect DH group retries
Martin Willi
2014-11-21
3
-0
/
+7
*
Merge branch 'poll'
Martin Willi
2014-11-21
16
-281
/
+581
|
\
|
*
windows: Move the compatibility header to the compat subfolder
Martin Willi
2014-11-21
4
-6
/
+6
|
*
apple: Wrap accept() and recvfrom() with poll(2) instead of select
Martin Willi
2014-11-21
1
-5
/
+11
|
*
apple: Introduce a central compatibility header with all __APPLE__ quirks
Martin Willi
2014-11-21
6
-87
/
+113
|
*
watcher: Use Windows read/write(2) wrappers instead of compile-conditions
Martin Willi
2014-11-21
1
-8
/
+0
[prev]
[next]