index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
asn1
/
asn1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
asn1: Add helper function to create algorithmIdentifier with parameters
Tobias Brunner
2017-11-08
1
-2
/
+10
*
asn1: Add function to generate an ASN.1 integer from an uint64_t
Tobias Brunner
2017-11-08
1
-0
/
+20
*
asn1: Make sure the first argument to sscanf() is null-terminated
Tobias Brunner
2017-05-23
1
-7
/
+9
*
Added support of EdDSA signatures
Andreas Steffen
2016-12-14
1
-1
/
+3
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-3
/
+3
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2015-08-27
1
-1
/
+1
*
asn1: Undefine TIME_UTC, which is used by C11
Martin Willi
2015-04-08
1
-0
/
+4
*
asn1: Try to fill the available binary OID buffer if possible
Tobias Brunner
2014-09-09
1
-11
/
+24
*
asn1: Make sure not to exceed buffer for binary OID
Tobias Brunner
2014-09-09
1
-1
/
+1
*
asn1: Return a zeroed ASN1 time if gmtime_r() conversion fails
Martin Willi
2014-06-04
1
-1
/
+1
*
asn1: Support dates before 1970-01-01 (i.e. when time_t gets negative)
Tobias Brunner
2014-02-12
1
-4
/
+16
*
asn1: Add additional validation for parsed ASN.1 date/time values
Tobias Brunner
2014-02-12
1
-1
/
+12
*
unit-tests: 100% function coverage for asn1.c
Andreas Steffen
2013-11-03
1
-2
/
+2
*
Some minor refactoring in asn1.c
Andreas Steffen
2013-11-02
1
-11
/
+17
*
Do not free zero-length integer
Andreas Steffen
2013-11-02
1
-5
/
+10
*
asn1: Fix handling of invalid ASN.1 length in is_asn1()
Tobias Brunner
2013-07-31
1
-0
/
+5
*
Extract function to convert ASN.1 INTEGER object to u_int64_t
Tobias Brunner
2013-05-08
1
-0
/
+16
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Properly encode 0 in ASN.1.
Tobias Brunner
2012-06-11
1
-10
/
+7
*
Don't use chunk_skip() in asn1_length().
Tobias Brunner
2012-06-11
1
-1
/
+2
*
Added support for PKCS#5 v2 schemes when decrypting PKCS#8 files.
Tobias Brunner
2012-02-01
1
-7
/
+11
*
Added support for encrypted PKCS#8 files (for some PKCS#5 v1.5 schemes).
Tobias Brunner
2012-02-01
1
-3
/
+7
*
Return parsed parameters from algorithmIdentifier if they are an OID (aka EC ...
Tobias Brunner
2012-02-01
1
-1
/
+1
*
Allow callers to force ASN.1 date encoding as GENERALIZEDTIME.
Tobias Brunner
2011-12-23
1
-4
/
+5
*
Avoid integer overflow when parsing ASN.1 dates.
Tobias Brunner
2011-12-23
1
-2
/
+2
*
Properly ASN.1 encode dates in certificates depending on the year.
Tobias Brunner
2011-12-23
1
-2
/
+6
*
Log ASN.1 parsing in new ASN debug group.
Tobias Brunner
2011-12-16
1
-17
/
+17
*
fixed asn1_oid_from_string(), allowing it to handle up to 32 bit node numbers
Andreas Steffen
2011-03-12
1
-11
/
+12
*
output unknown OIDs in dot string notation
Andreas Steffen
2011-03-11
1
-4
/
+14
*
fixed asn1_oid_to_string() conversion
Andreas Steffen
2011-03-09
1
-15
/
+9
*
Added conversion functions between string OIDs and its DER encoding
Martin Willi
2011-01-05
1
-0
/
+94
*
Double-check that a blob passed to is_asn1() is not empty
Martin Willi
2010-05-05
1
-1
/
+7
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-17
/
+18
*
Fixing some includes by replacing <> with "".
Tobias Brunner
2010-03-02
1
-1
/
+0
*
Whitespace cleanup.
Tobias Brunner
2009-12-23
1
-10
/
+10
*
Using the thread wrapper in charon, libstrongswan and their plugins.
Tobias Brunner
2009-12-23
1
-1
/
+0
*
define TIME_32_BITS_SIGNED_MAX in utils.h
Andreas Steffen
2009-11-08
1
-5
/
+3
*
Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro
Martin Willi
2009-09-11
1
-8
/
+4
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
1
-5
/
+5
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-54
/
+54
*
accept octet strings in is_asn1() check
Martin Willi
2009-09-03
1
-1
/
+1
*
OID_EC_PUBLICKEY has a parameters field, defining the elliptic curve
Andreas Steffen
2009-08-27
1
-1
/
+0
*
added OID_EC_PUBLIC_KEY algorithmIdentifier
Andreas Steffen
2009-08-27
1
-5
/
+6
*
do not append a NULL paramter to ECDSA algorithmIdentifiers
Martin Willi
2009-08-27
1
-3
/
+17
*
create algorithmIdentifier dynamically from OID database
Martin Willi
2009-08-27
1
-140
/
+3
*
in addition to 'm'/'c' mode, asn1_wrap accepts a 's' mode clearing sensitive ...
Martin Willi
2009-08-26
1
-2
/
+9
*
asn1_unwrap() function to parse ASN.1 objects with length/type
Martin Willi
2009-07-06
1
-0
/
+47
*
added additional sanity checks to asn1_length() parsing
Martin Willi
2009-07-03
1
-9
/
+16
*
additional check in case of non-positive months
Andreas Steffen
2009-06-10
1
-2
/
+2
*
fixed typo in asn1.c
Andreas Steffen
2009-06-10
1
-1
/
+1
[next]