aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/x509.c
Commit message (Expand)AuthorAgeFilesLines
* Use a generic getter for all numerical X.509 constraintsMartin Willi2011-01-051-2/+2
* Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints,...Martin Willi2011-01-051-2/+2
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-1/+1
* Fix use of snprintf() in pluto subjectAltName enumerationMartin Willi2010-07-281-0/+4
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-2/+2
* Fixed a bug in pluto's x509 handling.Tobias Brunner2010-03-121-2/+2
* fixed 4.3.6 ocsp regressionAndreas Steffen2009-11-111-23/+0
* merged pluto's PGP certificate parsing with charon'sAndreas Steffen2009-11-101-157/+17
* implemented path length constraint checkinf for IKEv2Andreas Steffen2009-11-041-4/+4
* implemented path length constraint checking for IKEv1Andreas Steffen2009-11-041-5/+16
* output optional pathLenConstraint in ipsec listcacertsAndreas Steffen2009-11-041-1/+9
* replaced struct id by identification_tAndreas Steffen2009-10-101-735/+50
* hex_str() isn't used externally any moreAndreas Steffen2009-10-081-12/+11
* parsing of generalNames is not needed any moreAndreas Steffen2009-10-081-273/+0
* migrated public key IDs to identification_tAndreas Steffen2009-10-081-38/+19
* list subjectAltNamesAndreas Steffen2009-10-061-1/+33
* pluto and charon now have the same ipsec listall output formatAndreas Steffen2009-10-061-15/+11
* streamlined output from get_validity()Andreas Steffen2009-10-061-42/+12
* pluto now uses x509 plugin for attribute certificate handlingAndreas Steffen2009-10-051-9/+9
* pluto and scepclient now use the x509 plugin for certificatesAndreas Steffen2009-09-271-673/+121
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-5/+2
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-5/+5
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-35/+35
* changed prefix of crl_reason_t values from CRL_ to CRL_REASON_Andreas Steffen2009-08-311-1/+1
* use crl_reason_t definition from <credentials/certificates/crl.h>Andreas Steffen2009-08-311-1/+1
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-271-3/+3
* updated pluto to new fingerprinting APIMartin Willi2009-08-261-12/+13
* pruned OID treeAndreas Steffen2009-08-181-2/+2
* ASN.1 parsing of RSA public key not needed anymoreAndreas Steffen2009-06-121-13/+0
* hooray, pluto and scepclient do not depend on libgmp anymoreAndreas Steffen2009-06-091-1/+0
* created signature_scheme_from_oid() helper functionAndreas Steffen2009-06-091-45/+6
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-224/+126
* eliminated ipsec_policy.hAndreas Steffen2009-05-261-4/+3
* updated copyright statementsAndreas Steffen2009-05-221-1/+1
* SKEYID derivation based on libstrongswanAndreas Steffen2009-05-051-10/+12
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-572/+505
* support of the enum printf_hookAndreas Steffen2009-04-201-2/+2
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-1613/+1613
* created pluto and scepclient now use libstrongswan-liteAndreas Steffen2009-04-181-10/+10
* ported most of the libstrongswan chunk_t macros to plutoAndreas Steffen2009-04-171-4/+4
* renamed empty_chunk to chunk_emptyAndreas Steffen2009-04-171-11/+11
* port the libstrongswan memory allocation methods to plutoAndreas Steffen2009-04-171-6/+6
* renamed known_oid() to asn1_known_oid() and defined asn1_get_oid()Andreas Steffen2009-04-151-7/+7
* merged multi-auth branch back into trunkMartin Willi2009-04-141-25/+141
* activated Id propertyAndreas Steffen2007-10-061-1/+1
* OID_UNKNOWN (-1) requires int typeAndreas Steffen2007-09-111-3/+2
* removed oid.txt and oid.pl in pluto subdirAndreas Steffen2007-08-151-1/+1
* - introduced autotoolsMartin Willi2006-05-161-1/+1
* (no commit message)Martin Willi2006-04-281-0/+2241