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 (
Collapse
)
Author
Age
Files
Lines
...
*
updated gcrypt plugin to new private/public key API, use encoder framework
Martin Willi
2009-08-26
2
-218
/
+96
|
*
updated gmp plugin to new private/public key API, use encoder framework
Martin Willi
2009-08-26
2
-280
/
+130
|
*
use credential builder API to parse trusted public keys
Martin Willi
2009-08-26
1
-11
/
+11
|
*
implemented PGP fingerprinting
Martin Willi
2009-08-26
4
-0
/
+107
|
*
implemented pkcs1 private/public key encoding and fingerprinting
Martin Willi
2009-08-26
4
-0
/
+193
|
*
gmp uses component builder to build public- from private-key
Martin Willi
2009-08-26
2
-47
/
+37
|
*
gcrypt uses component builder to build public- from private-key
Martin Willi
2009-08-26
2
-37
/
+12
|
*
moved PGP code to pluto and gpg plugin
Martin Willi
2009-08-26
2
-102
/
+36
|
*
gmp plugin makes use of pkcs1/pgp/dnskey plugins
Martin Willi
2009-08-26
2
-477
/
+99
|
*
enforce RSA_PRIME1 > RSA_PRIME2 (p > q) in PGP
Martin Willi
2009-08-26
1
-2
/
+3
|
*
implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsing
Martin Willi
2009-08-26
5
-0
/
+339
|
*
renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support ↵
Martin Willi
2009-08-26
1
-1
/
+1
|
|
|
|
other key types
*
implemented a pgp plugin providing PGP key parsing builders
Martin Willi
2009-08-26
5
-0
/
+589
|
*
make use of the pkcs1 plugin in gcrypt rsa key parsing
Martin Willi
2009-08-26
2
-190
/
+76
|
*
removed subjectPublicKeyInfo parsing, provided by pkcs1 plugin
Martin Willi
2009-08-26
4
-208
/
+1
|
*
implemented a pkcs1 plugin providing PKCS#1 key parsing builders
Martin Willi
2009-08-26
5
-0
/
+542
|
*
handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵
Martin Willi
2009-08-26
2
-18
/
+8
|
|
|
|
credential kind
*
use a pluto specific credential builder to build pluto cert_t's
Martin Willi
2009-08-26
3
-0
/
+26
|
*
pass along X509 flags when loading PEM encoded data
Martin Willi
2009-08-26
1
-2
/
+11
|
*
make use of the pem helper plugin to load credentials
Martin Willi
2009-08-26
6
-154
/
+26
|
*
added file loading support to pem plugin, using mmap()
Martin Willi
2009-08-26
1
-15
/
+79
|
*
moved PEM parsing functionality to its own plugin
Martin Willi
2009-08-26
6
-5
/
+702
|
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵
Tobias Brunner
2009-08-14
4
-5
/
+5
|
|
|
|
enums mutex/condvar/rwlock_type_t.
*
activated CAMELLIA_CBC cipher in openssl plugin
Andreas Steffen
2009-08-05
2
-0
/
+20
|
*
support of SHA224-based certificate signatures
Andreas Steffen
2009-08-05
14
-0
/
+124
|
*
streamlined integrity test output some more
Andreas Steffen
2009-07-18
1
-5
/
+2
|
*
streamlined debug output of integrity tests
Andreas Steffen
2009-07-17
1
-13
/
+21
|
*
Removed an unnecessary include of a header that is not available on Mac OS X.
Tobias Brunner
2009-07-15
1
-1
/
+0
|
*
make ecp_x_coordinate_only = yes the default
Andreas Steffen
2009-07-06
1
-2
/
+4
|
*
ecp_x_coordinate only option allows ECP interoperability with MS Windows
Andreas Steffen
2009-07-06
2
-9
/
+24
|
*
corrected comment
Andreas Steffen
2009-07-04
1
-1
/
+1
|
*
added -avoid-version to LDFLAGS, plugins are not versioned
Martin Willi
2009-07-03
23
-23
/
+23
|
*
enforce correct RSA signature lenght in gcrypt
Martin Willi
2009-06-30
2
-20
/
+51
|
*
check integrity of plugins before loading
Martin Willi
2009-06-22
1
-0
/
+15
|
*
removed unneeded newline
Martin Willi
2009-06-22
1
-1
/
+1
|
*
HASH_MD2 is not implemented yet in gcrypt
Andreas Steffen
2009-06-18
1
-2
/
+0
|
*
added test vector for NULL encryption
Andreas Steffen
2009-06-18
2
-0
/
+2
|
*
added test vector for NULL encryption
Andreas Steffen
2009-06-18
1
-0
/
+25
|
*
added md2 and md4 test vectors
Andreas Steffen
2009-06-18
4
-0
/
+142
|
*
added 2 des test vectors
Andreas Steffen
2009-06-18
3
-0
/
+70
|
*
removed serpent and twofish plugins - use gcrypt instead
Andreas Steffen
2009-06-18
14
-2602
/
+0
|
*
added 2 RC5 test vectors
Andreas Steffen
2009-06-17
3
-0
/
+47
|
*
added 2 IDEA test vectors
Andreas Steffen
2009-06-17
3
-0
/
+47
|
*
added 6 serpent test vectors
Andreas Steffen
2009-06-17
3
-0
/
+98
|
*
added 3 Twofish test vectors
Andreas Steffen
2009-06-17
3
-0
/
+60
|
*
added one CAST-128 test vector
Andreas Steffen
2009-06-17
3
-0
/
+30
|
*
added 6 Camellia test vectors
Andreas Steffen
2009-06-17
1
-0
/
+91
|
*
added 6 Camellia test vectors
Andreas Steffen
2009-06-17
2
-5
/
+12
|
*
fixed 64 bit warning
Andreas Steffen
2009-06-17
1
-1
/
+2
|
*
added 2 3DES-CBC and 3 AES-CBC test vectors
Andreas Steffen
2009-06-17
4
-0
/
+104
|
[prev]
[next]