aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1
Commit message (Collapse)AuthorAgeFilesLines
...
* do not append a NULL paramter to ECDSA algorithmIdentifiersMartin Willi2009-08-271-3/+17
|
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-272-142/+5
|
* in addition to 'm'/'c' mode, asn1_wrap accepts a 's' mode clearing sensitive ↵Martin Willi2009-08-262-3/+14
| | | | information
* removed obsolete PEM code in pluto/libstrongswanMartin Willi2009-08-262-422/+0
|
* pruned OID treeAndreas Steffen2009-08-181-9/+3
|
* added SHA224_WITH_RSA and ECDSA_WITH_SHAxxx OIDsAndreas Steffen2009-07-141-0/+6
|
* asn1_unwrap() function to parse ASN.1 objects with length/typeMartin Willi2009-07-062-1/+59
|
* added additional sanity checks to asn1_length() parsingMartin Willi2009-07-031-9/+16
|
* corrected ASN.1 encoding of OID nodeAndreas Steffen2009-06-171-1/+1
|
* fixed tabsAndreas Steffen2009-06-171-1/+1
|
* added camellia-cbc OIDsAndreas Steffen2009-06-171-1/+13
|
* additional check in case of non-positive monthsAndreas Steffen2009-06-101-2/+2
|
* fixed typo in asn1.cAndreas Steffen2009-06-101-1/+1
|
* fixed DoS vulnerability in the parsing of ASN.1 time stringsAndreas Steffen2009-06-101-4/+17
|
* fixed DoS vulnerability in the parsing of distinguished namesAndreas Steffen2009-06-092-1/+6
|
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-092-3/+47
|
* 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
| | | | | important change for developers: %Y replaces %D to print identities!
* 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 ↵Andreas Steffen2009-03-271-8/+13
| | | | 03:14:07 UTC 2038
* updated DoxyfileMartin Willi2009-03-242-5/+5
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* 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 ↵Tobias Brunner2009-03-121-1/+1
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* 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 ↵Martin Willi2008-04-221-1/+4
| | | | crypto interfaces
* 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
|