]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/x509/x509_cert.c
Add a return value to hasher_t.allocate_hash()
[thirdparty/strongswan.git] / src / libstrongswan / plugins / x509 / x509_cert.c
2012-07-16  Martin WilliAdd a return value to hasher_t.allocate_hash()
2012-06-12  Martin Willicertificate_t->issued_by takes an argument to receive...
2012-05-31  Tobias BrunnerFixed return values of several functions (e.g. return...
2012-05-02  Martin WilliMerge branch 'ikev1'
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2012-03-20  Tobias BrunnerAdded support for iKEIntermediate X.509 extended key...
2012-03-20  Tobias BrunnerSome whitespace fixes.
2012-01-12  Adrian-Ken RueegseggerFix whitespaces
2011-12-23  Tobias BrunnerAllow callers to force ASN.1 date encoding as GENERALIZ...
2011-12-23  Tobias BrunnerProperly ASN.1 encode dates in certificates depending...
2011-12-16  Tobias BrunnerLog most X.509 related messages in new ASN log group.
2011-03-11  Andreas Steffenfixed parsing of X.509 certificatePolicies
2011-02-10  Andreas Steffen[hopefully] fixed pathlen problem on ARM platforms
2011-02-07  Tobias BrunnerSome typos fixed.
2011-02-05  Andreas Steffenintroduced libstrongswan.x509.enforce_critical parameter
2011-01-05  Martin WilliSlightly renamed different policyConstraints to disting...
2011-01-05  Martin WilliAdded support for inhibitAnyPolicy constraint to x509...
2011-01-05  Martin WilliUse a generic getter for all numerical X.509 constraints
2011-01-05  Martin WilliMoved CRL distribution point building to an exportable...
2011-01-05  Martin WilliSimplified format of x509 CRL URI parsing/enumerator
2011-01-05  Martin WilliAdded support for policyConstraints to x509 plugin
2011-01-05  Martin WilliSlightly renamed X509_NO_PATH_LEN_CONSTRAINT to use...
2011-01-05  Martin WilliAdded policyMappings support to x509 plugin
2011-01-05  Martin WilliAdded certificatePolicy support to x509 plugin
2011-01-05  Martin WilliAdded support for generating NameConstraints in x509...
2011-01-05  Martin WilliAdded support for parsing NameConstraints in x509 plugin
2011-01-05  Martin WilliAdded name constraint enumerator to x509 interface
2011-01-05  Martin WilliMigrated x509_cert_t to INIT/METHOD macros
2011-01-05  Martin WilliParse and encode crlSign keyUsage flag in x509 plugin
2011-01-05  Martin WilliAdded support for CRL Issuers to x509 and OpenSSL plugins
2010-09-09  Martin WilliCompare subject against all key identifiers in has_subj...
2010-09-09  Andreas Steffenhas_subject() now resolves ID_KEY_IDs
2010-08-10  Martin WilliParse UPN subjectAltNames in x509 plugin
2010-07-13  Martin WilliSupport different encoding types in certificate.get_enc...
2010-07-13  Martin WilliRenamed key_encod{ing,der}_t and constants, prepare...
2010-06-24  Martin WilliSelect subjectAltName address family using address...
2010-05-21  Martin WilliRemoved is_newer() from certificate_t, obsoleting all...
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2010-03-07  Andreas Steffencritical keyUsage extension must be parsed
2010-03-07  Andreas Steffenset Certificate Sign and CRL Sign flags in keyUsage...
2010-02-05  Andreas Steffeninitialize variables to avoid compiler warning
2010-01-14  Martin WilliSupport TLS client authentication Extended Key Usage...
2009-12-31  Andreas Steffenipsec pki --self|issue supports --pathlen option settin...
2009-12-22  Andreas SteffenX509_IP_ADDR_BLOCKS flag signals the presence of an...
2009-12-22  Andreas Steffenadded create_ipAddrBlock_enumerator() method to x509_t
2009-12-21  Andreas Steffentraffic_selector supports RFC 3779 address range format
2009-12-20  Andreas Steffenparse RFC 3779 addressFamily
2009-12-20  Andreas Steffenplugin name is x509
2009-12-20  Andreas Steffendiscard certificate with unknown critical extensions
2009-12-20  Andreas Steffenuse traffic_selector_t object to represent ipAddrBlocks
2009-12-17  Andreas Steffenparse ipAddrBlocks
2009-11-04  Andreas Steffenimplemented path length constraint checkinf for IKEv2
2009-11-04  Andreas Steffenoutput optional pathLenConstraint in ipsec listcacerts
2009-11-03  Andreas Steffenimplemented parsing of pathLenConstraint
2009-10-05  Andreas Steffenipsec pki --issue suports --flag authServer option
2009-10-05  Andreas Steffenipsec pki --issue supports --flag ocspSigning option
2009-10-02  Andreas Steffenmark embedded parsing in debug mode
2009-10-02  Andreas Steffenverify correctness of X.509 versions
2009-09-26  Andreas Steffenadded get_subjectKeyIdentifier() to x509_t
2009-09-22  Andreas Steffenadding additional flags to loaded X.509 certificates
2009-09-15  Andreas Steffenimplemented ASN.1 encoding of PKCS#10 attributes
2009-09-13  Andreas Steffenextended hasher_signature_algorithm_to_oid() function
2009-09-13  Andreas Steffenparsing error caused segfault in destroy()
2009-09-12  Andreas Steffencorrected captions
2009-09-11  Martin Willix509 plugin supports encoding of OCSP AuthorityInfo...
2009-09-11  Martin WilliRemoved chunk_from_buf() in favor of a simpler chunk_fr...
2009-09-11  Martin Willix509 plugin supports encoding of CRL distribution points
2009-09-10  Martin WilliUpdated x509 plugin to the new builder API
2009-09-08  Martin Willix509 certificates support encoding of email, DNS and...
2009-09-08  Martin Willinon self-signed x509 certificates are encoded with...
2009-09-08  Martin Willix509 CA certificates are encoded with a subjectKeyIdent...
2009-09-08  Martin Willix509 plugin supports encoding of CA basicConstraint...
2009-09-04  Martin Williremove spaces within tabs (\t( )+\t)
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-28  Andreas Steffen.., but a comment might be helpful
2009-08-28  Andreas Steffenremoved TODO reminder
2009-08-28  Andreas Steffenallow choice of digest algorithm in certificate generation
2009-08-27  Martin Willidistinguish between RFC 4754 (concatenated) and RFC...
2009-08-27  Martin Willisupport generation of EC certificates
2009-08-27  Martin Willicreate algorithmIdentifier dynamically from OID database
2009-08-26  Martin Williupdated x509 plugin to public key/x509 API changes
2009-08-26  Martin Willimake use of the pem helper plugin to load credentials
2009-06-09  Andreas Steffencreated signature_scheme_from_oid() helper function
2009-06-09  Andreas Steffenpluto and scepclient use private and public key plugins...
2009-05-28  Andreas Steffenhide credentials headers in credential_factory.h
2009-05-27  Andreas Steffenset parsed = TRUE before calling parse_certificate()
2009-05-18  Martin Willimoved very stroke specific x509 flag handling out of...
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2009-04-30  Tobias Brunnermerging changes from portability branch back to trunk
2009-03-12  Tobias Brunnerprintf hooks refactored to increase portability (i...
2008-12-08  Martin Williremoved debugging leftovers
2008-12-08  Martin Willibasic x509 certificate generation
2008-11-05  Martin Willigot rid of deprecated create_iterator_locked()
2008-09-02  Martin Willirefactored credential builder
2008-06-10  Tobias BrunnerECDSA with OpenSSL
2008-06-10  Tobias Brunnerparsing of subjectPublicKeyInfo of x509 certificates...
2008-05-23  Andreas Steffencheck if parsing of the RSA public key in an X.509...
2008-05-06  Martin Willifixed parsing of openssl format public keys
2008-04-28  Andreas Steffencosmetics
2008-04-28  Andreas Steffenintroduced ASN1_EXIT command in ASN.1 object syntax...
next