aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-242-2/+2
* added some new SHA-512 OIDsAndreas Steffen2012-10-031-0/+2
* Properly encode 0 in ASN.1.Tobias Brunner2012-06-111-10/+7
* Don't use chunk_skip() in asn1_length().Tobias Brunner2012-06-111-1/+2
* Merge branch 'ikev1'Martin Willi2012-05-021-0/+3
|\
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-0/+3
| |\
| | * Added support for iKEIntermediate X.509 extended key usage flag.Tobias Brunner2012-03-201-0/+3
* | | Add support for dnQualifier in DNs.Tobias Brunner2012-03-291-0/+1
|/ /
* | Moved log message for unexpected ASN.1 objects to level 2.Tobias Brunner2012-02-011-1/+1
* | Added support for PKCS#5 v2 schemes when decrypting PKCS#8 files.Tobias Brunner2012-02-012-7/+13
* | Added support for encrypted PKCS#8 files (for some PKCS#5 v1.5 schemes).Tobias Brunner2012-02-012-3/+10
* | Return parsed parameters from algorithmIdentifier if they are an OID (aka EC ...Tobias Brunner2012-02-011-1/+1
* | Allow callers to force ASN.1 date encoding as GENERALIZEDTIME.Tobias Brunner2011-12-232-6/+8
* | Avoid integer overflow when parsing ASN.1 dates.Tobias Brunner2011-12-231-2/+2
* | Properly ASN.1 encode dates in certificates depending on the year.Tobias Brunner2011-12-232-8/+13
* | Log ASN.1 parsing in new ASN debug group.Tobias Brunner2011-12-162-26/+26
|/
* support unstructuredAddress in left|rightidAndreas Steffen2011-04-181-1/+1
* fixed asn1_oid_from_string(), allowing it to handle up to 32 bit node numbersAndreas Steffen2011-03-121-11/+12
* added tcg-at-tpmIdLabel OIDAndreas Steffen2011-03-111-0/+1
* output unknown OIDs in dot string notationAndreas Steffen2011-03-111-4/+14
* fixed asn1_oid_to_string() conversionAndreas Steffen2011-03-091-15/+9
* defined some TCG attribute OIDsAndreas Steffen2011-03-081-1/+7
* support of RSAES-OAEP public keysAndreas Steffen2011-03-081-1/+1
* added id-RSAES-OAEP and id-pSpecified OIDsAndreas Steffen2011-03-071-0/+2
* defined OID_STRONGSWANAndreas Steffen2011-02-071-1/+1
* Added support for policyConstraints to x509 pluginMartin Willi2011-01-051-1/+1
* Added policyMappings OID identifierMartin Willi2011-01-051-1/+1
* Added CertificatePolicy OID identifierMartin Willi2011-01-051-3/+3
* Added conversion functions between string OIDs and its DER encodingMartin Willi2011-01-052-0/+110
* replaced spaces by tabsAndreas Steffen2010-12-301-1/+1
* removed superfluous whitespaceAndreas Steffen2010-12-031-1/+1
* Migrated asn1_parser_t to INIT/METHOD macrosAndreas Steffen2010-12-021-38/+28
* added ITA and strongSwan OIDsAndreas Steffen2010-11-171-0/+3
* corrected TCGID OIDAndreas Steffen2010-11-171-1/+1
* added qcStatements OIDAndreas Steffen2010-09-071-0/+1
* Added Microsoft OID for user principal name (UPN) subjectAltNamesMartin Willi2010-08-101-0/+1
* Double-check that a blob passed to is_asn1() is not emptyMartin Willi2010-05-051-1/+7
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-062-26/+27
* set Certificate Sign and CRL Sign flags in keyUsage extension if CA is trueAndreas Steffen2010-03-071-1/+1
* Fixing some includes by replacing <> with "".Tobias Brunner2010-03-024-7/+4
* Support TLS client authentication Extended Key Usage in x509 generationMartin Willi2010-01-141-1/+1
* Whitespace cleanup.Tobias Brunner2009-12-231-10/+10
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-1/+0
* added ipAddrBlocks OIDAndreas Steffen2009-12-091-0/+1
* define TIME_32_BITS_SIGNED_MAX in utils.hAndreas Steffen2009-11-081-5/+3
* ipsec pki --issue suports --flag authServer optionAndreas Steffen2009-10-051-1/+1
* added all missing RFC 5280 OIDsAndreas Steffen2009-10-021-0/+18
* need two PKCS#9 OIDsAndreas Steffen2009-09-131-2/+2
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-8/+4
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-044-56/+56