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
/
x509
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets ↵
Martin Willi
2010-08-04
1
-1
/
+1
|
|
|
|
obsolete
*
Support different encoding types in certificate.get_encoding()
Martin Willi
2010-07-13
6
-28
/
+87
|
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵
Martin Willi
2010-07-13
6
-12
/
+12
|
|
|
|
encoding
*
Select subjectAltName address family using address length in x509 plugin
Martin Willi
2010-06-24
1
-1
/
+11
|
*
Use CAs subjectKeyIdentifier as CRLs authorityKeyIdentifier
Martin Willi
2010-05-21
1
-1
/
+1
|
*
Added support for CRL generation to x509 plugin
Martin Willi
2010-05-21
3
-3
/
+199
|
*
Removed is_newer() from certificate_t, obsoleting all implementations
Martin Willi
2010-05-21
5
-102
/
+2
|
*
Migrated x509_crl_t to INIT/METHOD macros
Martin Willi
2010-05-21
1
-95
/
+70
|
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
6
-81
/
+89
|
*
critical keyUsage extension must be parsed
Andreas Steffen
2010-03-07
1
-0
/
+3
|
*
set Certificate Sign and CRL Sign flags in keyUsage extension if CA is true
Andreas Steffen
2010-03-07
1
-4
/
+13
|
*
Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵
Tobias Brunner
2010-03-02
1
-1
/
+0
|
|
|
|
|
|
|
when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore.
*
Streamlined the source file list formatting in plugin makefiles.
Tobias Brunner
2010-03-02
1
-7
/
+9
|
*
Link all enabled libstrongswan plugins into the library, link all enabled ↵
Tobias Brunner
2010-03-02
1
-2
/
+5
|
|
|
|
charon plugins into libcharon.
*
Changed plugin constructors from plugin_create to plugin_name_plugin_create.
Tobias Brunner
2010-03-02
1
-1
/
+1
|
*
Removing the plugin constructor declarations from the header files.
Tobias Brunner
2010-03-02
1
-5
/
+0
|
*
Link all plugins to libstrongswan.
Tobias Brunner
2010-02-25
1
-0
/
+1
|
*
initialize variables to avoid compiler warning
Andreas Steffen
2010-02-05
1
-2
/
+2
|
*
Support TLS client authentication Extended Key Usage in x509 generation
Martin Willi
2010-01-14
1
-8
/
+16
|
*
ipsec pki --self|issue supports --pathlen option setting a path length ↵
Andreas Steffen
2009-12-31
1
-2
/
+18
|
|
|
|
constraint
*
X509_IP_ADDR_BLOCKS flag signals the presence of an ipAddrBlock certificate ↵
Andreas Steffen
2009-12-22
1
-1
/
+2
|
|
|
|
extension
*
added create_ipAddrBlock_enumerator() method to x509_t
Andreas Steffen
2009-12-22
1
-0
/
+9
|
*
traffic_selector supports RFC 3779 address range format
Andreas Steffen
2009-12-21
1
-7
/
+75
|
*
parse RFC 3779 addressFamily
Andreas Steffen
2009-12-20
1
-2
/
+16
|
*
plugin name is x509
Andreas Steffen
2009-12-20
1
-1
/
+1
|
*
discard certificate with unknown critical extensions
Andreas Steffen
2009-12-20
1
-0
/
+8
|
*
use traffic_selector_t object to represent ipAddrBlocks
Andreas Steffen
2009-12-20
1
-1
/
+2
|
*
parse ipAddrBlocks
Andreas Steffen
2009-12-17
1
-1
/
+69
|
*
implemented path length constraint checkinf for IKEv2
Andreas Steffen
2009-11-04
1
-1
/
+1
|
*
output optional pathLenConstraint in ipsec listcacerts
Andreas Steffen
2009-11-04
1
-0
/
+9
|
*
implemented parsing of pathLenConstraint
Andreas Steffen
2009-11-04
1
-11
/
+36
|
*
streamlined output from get_validity()
Andreas Steffen
2009-10-06
3
-41
/
+5
|
*
ipsec pki --issue suports --flag authServer option
Andreas Steffen
2009-10-05
1
-14
/
+31
|
*
ipsec pki --issue supports --flag ocspSigning option
Andreas Steffen
2009-10-05
1
-7
/
+24
|
*
pluto now uses x509 plugin for attribute certificate handling
Andreas Steffen
2009-10-05
4
-492
/
+28
|
*
mark embedded parsing in debug mode
Andreas Steffen
2009-10-02
1
-0
/
+2
|
*
added some notBefore/notAfter debugging info
Andreas Steffen
2009-10-02
1
-1
/
+13
|
*
verify correctness of X.509 versions
Andreas Steffen
2009-10-02
1
-2
/
+18
|
*
generate known OIDs dynamically
Andreas Steffen
2009-09-30
1
-14
/
+6
|
*
added get_subjectKeyIdentifier() to x509_t
Andreas Steffen
2009-09-26
1
-14
/
+32
|
*
adding additional flags to loaded X.509 certificates
Andreas Steffen
2009-09-22
1
-0
/
+5
|
*
implemented ASN.1 encoding of PKCS#10 attributes
Andreas Steffen
2009-09-15
2
-50
/
+97
|
*
check if PKCS#10 version is 1
Andreas Steffen
2009-09-14
1
-3
/
+6
|
*
cosmetics
Andreas Steffen
2009-09-14
1
-4
/
+3
|
*
support of PKCS#10 certificate request generation without attributes
Andreas Steffen
2009-09-14
2
-7
/
+41
|
*
extended hasher_signature_algorithm_to_oid() function
Andreas Steffen
2009-09-13
1
-47
/
+4
|
*
support of PKCS#10 certificate request parsing
Andreas Steffen
2009-09-13
4
-0
/
+715
|
*
parsing error caused segfault in destroy()
Andreas Steffen
2009-09-13
1
-1
/
+1
|
*
corrected captions
Andreas Steffen
2009-09-12
1
-3
/
+3
|
*
x509 plugin supports encoding of OCSP AuthorityInfo AccessLocations
Martin Willi
2009-09-11
1
-3
/
+42
|
[prev]
[next]