2013-05-08 |
Tobias Brunner | Extract function to convert ASN.1 INTEGER object to... |
blob | commitdiff |
2012-10-24 |
Tobias Brunner | Moved debug.[ch] to utils folder |
blob | commitdiff | diff to current |
2012-06-11 |
Tobias Brunner | Properly encode 0 in ASN.1. |
blob | commitdiff | diff to current |
2012-06-11 |
Tobias Brunner | Don't use chunk_skip() in asn1_length(). |
blob | commitdiff | diff to current |
2012-03-20 |
Martin Willi | Merge branch 'ikev1-clean' into ikev1-master |
blob | commitdiff | diff to current |
2012-02-01 |
Tobias Brunner | Added support for PKCS#5 v2 schemes when decrypting... |
blob | commitdiff | diff to current |
2012-02-01 |
Tobias Brunner | Added support for encrypted PKCS#8 files (for some... |
blob | commitdiff | diff to current |
2012-02-01 |
Tobias Brunner | Return parsed parameters from algorithmIdentifier if... |
blob | commitdiff | diff to current |
2011-12-23 |
Tobias Brunner | Allow callers to force ASN.1 date encoding as GENERALIZ... |
blob | commitdiff | diff to current |
2011-12-23 |
Tobias Brunner | Avoid integer overflow when parsing ASN.1 dates. |
blob | commitdiff | diff to current |
2011-12-23 |
Tobias Brunner | Properly ASN.1 encode dates in certificates depending... |
blob | commitdiff | diff to current |
2011-12-16 |
Tobias Brunner | Log ASN.1 parsing in new ASN debug group. |
blob | commitdiff | diff to current |
2011-03-12 |
Andreas Steffen | fixed asn1_oid_from_string(), allowing it to handle... |
blob | commitdiff | diff to current |
2011-03-11 |
Andreas Steffen | output unknown OIDs in dot string notation |
blob | commitdiff | diff to current |
2011-03-09 |
Andreas Steffen | fixed asn1_oid_to_string() conversion |
blob | commitdiff | diff to current |
2011-01-05 |
Martin Willi | Added conversion functions between string OIDs and... |
blob | commitdiff | diff to current |
2010-05-05 |
Martin Willi | Double-check that a blob passed to is_asn1() is not... |
blob | commitdiff | diff to current |
2010-04-06 |
Tobias Brunner | Adding DBG_LIB to all calls of libstrongswan's version... |
blob | commitdiff | diff to current |
2010-03-02 |
Tobias Brunner | Fixing some includes by replacing <> with "". |
blob | commitdiff | diff to current |
2009-12-23 |
Tobias Brunner | Whitespace cleanup. |
blob | commitdiff | diff to current |
2009-12-23 |
Tobias Brunner | Using the thread wrapper in charon, libstrongswan and... |
blob | commitdiff | diff to current |
2009-11-08 |
Andreas Steffen | define TIME_32_BITS_SIGNED_MAX in utils.h |
blob | commitdiff | diff to current |
2009-09-11 |
Martin Willi | Removed chunk_from_buf() in favor of a simpler chunk_fr... |
blob | commitdiff | diff to current |
2009-09-04 |
Martin Willi | replaces four spaces by tabs, where appropriate |
blob | commitdiff | diff to current |
2009-09-04 |
Martin Willi | removed trailing spaces ([[:space:]]+$) |
blob | commitdiff | diff to current |
2009-09-03 |
Martin Willi | accept octet strings in is_asn1() check |
blob | commitdiff | diff to current |
2009-08-27 |
Andreas Steffen | OID_EC_PUBLICKEY has a parameters field, defining the... |
blob | commitdiff | diff to current |
2009-08-27 |
Andreas Steffen | added OID_EC_PUBLIC_KEY algorithmIdentifier |
blob | commitdiff | diff to current |
2009-08-27 |
Martin Willi | do not append a NULL paramter to ECDSA algorithmIdentifiers |
blob | commitdiff | diff to current |
2009-08-27 |
Martin Willi | create algorithmIdentifier dynamically from OID database |
blob | commitdiff | diff to current |
2009-08-26 |
Martin Willi | in addition to 'm'/'c' mode, asn1_wrap accepts a 's... |
blob | commitdiff | diff to current |
2009-07-06 |
Martin Willi | asn1_unwrap() function to parse ASN.1 objects with... |
blob | commitdiff | diff to current |
2009-07-03 |
Martin Willi | added additional sanity checks to asn1_length() parsing |
blob | commitdiff | diff to current |
2009-06-10 |
Andreas Steffen | additional check in case of non-positive months |
blob | commitdiff | diff to current |
2009-06-10 |
Andreas Steffen | fixed typo in asn1.c |
blob | commitdiff | diff to current |
2009-06-10 |
Andreas Steffen | fixed DoS vulnerability in the parsing of ASN.1 time... |
blob | commitdiff | diff to current |
2009-06-09 |
Andreas Steffen | fixed DoS vulnerability in the parsing of distinguished... |
blob | commitdiff | diff to current |
2009-06-09 |
Andreas Steffen | pluto and scepclient use private and public key plugins... |
blob | commitdiff | diff to current |
2009-05-15 |
Tobias Brunner | more intuitive leap year check |
blob | commitdiff | diff to current |
2009-05-14 |
Andreas Steffen | fixed 32 bit overflow check |
blob | commitdiff | diff to current |
2009-05-14 |
Andreas Steffen | compute ASN.1 to UTC time without time functions |
blob | commitdiff | diff to current |
2009-05-08 |
Tobias Brunner | fixed timezone compensation when parsing ASN.1 dates |
blob | commitdiff | diff to current |
2009-04-30 |
Tobias Brunner | removing svn keyword $Id$ from all files |
blob | commitdiff | diff to current |
2009-04-30 |
Tobias Brunner | merging changes from portability branch back to trunk |
blob | commitdiff | diff to current |
2009-04-20 |
Andreas Steffen | scepclient and pluto use asn1 from libstrongswan |
blob | commitdiff | diff to current |
2009-04-17 |
Martin Willi | fixed OID encoding |
blob | commitdiff | diff to current |
2009-04-16 |
Andreas Steffen | asn1_build_known_oid() includes ASN1_OID tag and length |
blob | commitdiff | diff to current |
2009-04-15 |
Andreas Steffen | added missing curly brackets |
blob | commitdiff | diff to current |
2009-04-14 |
Martin Willi | implemented asn1_get_known_oid(), mapping OID index... |
blob | commitdiff | diff to current |
2009-03-27 |
Andreas Steffen | remove ambiguity by setting parentheses |
blob | commitdiff | diff to current |
2009-03-27 |
Andreas Steffen | fixed ASN.1 to time_t conversion on 32-bit system for... |
blob | commitdiff | diff to current |
2009-03-13 |
Andreas Steffen | the parameters field in an ASN.1 algorithmIdentifier... |
blob | commitdiff | diff to current |
2009-03-12 |
Tobias Brunner | printf hooks refactored to increase portability (i... |
blob | commitdiff | diff to current |
2008-12-09 |
Martin Willi | use thread-safe variant of gmtime |
blob | commitdiff | diff to current |
2008-06-10 |
Tobias Brunner | making the parsing of parameters of a subjectAlgorithmI... |
blob | commitdiff | diff to current |
2008-04-28 |
Andreas Steffen | introduced ASN1_EXIT command in ASN.1 object syntax... |
blob | commitdiff | diff to current |
2008-04-26 |
Andreas Steffen | refactoring of the ASN.1 parser |
blob | commitdiff | diff to current |
2008-03-13 |
Martin Willi | merged the modularization branch (credentials) back... |
blob | commitdiff | diff to current |
2008-02-05 |
Andreas Steffen | some websites append a newline character to a DER-encod... |
blob | commitdiff | diff to current |
2008-01-22 |
Andreas Steffen | added md2WithRSA algorithm identifier |
blob | commitdiff | diff to current |
2008-01-22 |
Andreas Steffen | extended asn1_algorithmIdentifier() to SHA-2 |
blob | commitdiff | diff to current |
2007-10-12 |
Andreas Steffen | added RCSID |
blob | commitdiff | diff to current |
2007-10-12 |
Andreas Steffen | cosmetics |
blob | commitdiff | diff to current |
2007-09-18 |
Andreas Steffen | replace sizeof(buf) by BUF_LEN |
blob | commitdiff | diff to current |
2007-09-18 |
Andreas Steffen | recovered lost asn1_init() function |
blob | commitdiff | diff to current |
2007-09-18 |
Andreas Steffen | moved position of timetoas1n |
blob | commitdiff | diff to current |
2007-09-12 |
Andreas Steffen | increased debug level for errors to DBG1 |
blob | commitdiff | diff to current |
2007-09-11 |
Andreas Steffen | added md2, sha256, sha384, and sha512 ASN.1 algorithm IDs |
blob | commitdiff | diff to current |
2007-04-12 |
Andreas Steffen | moved parse_time() from x509.c to asn1.c |
blob | commitdiff | diff to current |
2007-02-27 |
Andreas Steffen | cosmetics |
blob | commitdiff | diff to current |
2007-02-27 |
Andreas Steffen | cosmetics |
blob | commitdiff | diff to current |
2007-02-08 |
Martin Willi | removed my time_t printf handler patch, applied the... |
blob | commitdiff | diff to current |
2006-10-31 |
Martin Willi | better split up of library files "types.h" & "definitio... |
blob | commitdiff | diff to current |
2006-10-25 |
Andreas Steffen | added private flag to asn1_ctx_t |
blob | commitdiff | diff to current |
2006-10-18 |
Martin Willi | introduced new logging subsystem using bus: |
blob | commitdiff | diff to current |
2006-07-05 |
Martin Willi | fixed compiler warnings |
blob | commitdiff | diff to current |
2006-06-09 |
Andreas Steffen | changed ASN.1 CONTROL log output to LEVEL2 |
blob | commitdiff | diff to current |
2006-05-29 |
Andreas Steffen | moved timetoa() from asn1.c to types.c |
blob | commitdiff | diff to current |
2006-05-19 |
Martin Willi | - applied patch from andreas, which allows certificate... |
blob | commitdiff | diff to current |
2006-05-10 |
Martin Willi | (no commit message) |
blob | commitdiff | diff to current |
|