aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1
Commit message (Expand)AuthorAgeFilesLines
* more intuitive leap year checkTobias Brunner2009-05-151-3/+3
* got rid of libcryptoAndreas Steffen2009-05-152-21/+28
* fixed 32 bit overflow checkAndreas Steffen2009-05-141-1/+1
* compute ASN.1 to UTC time without time functionsAndreas Steffen2009-05-141-54/+39
* corrected debug output of passphraseAndreas Steffen2009-05-111-1/+3
* started migration to encryption pluginsAndreas Steffen2009-05-091-0/+11
* fixed timezone compensation when parsing ASN.1 datesTobias Brunner2009-05-081-6/+29
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-306-12/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-302-3/+11
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-204-4/+7
* fixed OID encodingMartin Willi2009-04-171-2/+2
* asn1_build_known_oid() includes ASN1_OID tag and lengthAndreas Steffen2009-04-162-4/+7
* added missing curly bracketsAndreas Steffen2009-04-151-0/+4
* moved RDN OIDs to oid.txt, use asn1_get_known_oid() for lookupMartin Willi2009-04-141-20/+27
* implemented asn1_get_known_oid(), mapping OID index to ASN1 OIDMartin Willi2009-04-143-1/+42
* remove ambiguity by setting parenthesesAndreas Steffen2009-03-271-1/+1
* fixed ASN.1 to time_t conversion on 32-bit system for dates after Jan 19 03:1...Andreas Steffen2009-03-271-8/+13
* updated DoxyfileMartin Willi2009-03-242-5/+5
* the parameters field in an ASN.1 algorithmIdentifier is optionalAndreas Steffen2009-03-131-14/+1
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-121-1/+1
* use thread-safe variant of gmtimeMartin Willi2008-12-091-4/+5
* OIDs used by strongSwanAndreas Steffen2008-09-011-1/+1
* oids for elliptic curvesTobias Brunner2008-06-101-0/+70
* making the parsing of parameters of a subjectAlgorithmIdentifier optionalTobias Brunner2008-06-101-2/+18
* removed unused variableMartin Willi2008-06-031-2/+1
* check if crypter is available in pem_to_bin()Andreas Steffen2008-05-232-18/+31
* fixed 3DES encryptionMartin Willi2008-05-071-1/+6
* set Id keywordAndreas Steffen2008-04-282-3/+3
* introduced ASN1_EXIT command in ASN.1 object syntax definitionAndreas Steffen2008-04-283-23/+18
* refactoring of the ASN.1 parserAndreas Steffen2008-04-266-288/+661
* replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functionsMartin Willi2008-04-243-482/+7
* removed status result from crypter interface to be consistent with other cryp...Martin Willi2008-04-221-1/+4
* fixed doxygen groups to avoid recursionMartin Willi2008-04-071-1/+1
* removed unused gmp.h to build libstrongswan without libgmpMartin Willi2008-04-041-1/+0
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-136-59/+38
* some websites append a newline character to a DER-encoded binary blobAndreas Steffen2008-02-051-4/+14
* added S/MIME capabilities OIDAndreas Steffen2008-02-011-0/+1
* changed tabs to 4 spacesAndreas Steffen2008-02-012-58/+60
* added md2WithRSA algorithm identifierAndreas Steffen2008-01-221-0/+10
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-222-37/+96
* added RCSIDAndreas Steffen2007-10-122-0/+4
* cosmeticsAndreas Steffen2007-10-121-1/+2
* replaced strncmp() == 0 by strneq()Andreas Steffen2007-10-071-1/+3
* ignore : separators in hex inputAndreas Steffen2007-09-251-65/+120
* replace sizeof(buf) by BUF_LENAndreas Steffen2007-09-181-1/+1
* recovered lost asn1_init() functionAndreas Steffen2007-09-181-0/+14
* declared timetoasn1()functionAndreas Steffen2007-09-181-0/+1
* moved position of timetoas1nAndreas Steffen2007-09-181-36/+23
* increased debug level for errors to DBG1Andreas Steffen2007-09-121-2/+2
* added md2, sha256, sha384, and sha512 ASN.1 algorithm IDsAndreas Steffen2007-09-112-2/+39