aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1
Commit message (Expand)AuthorAgeFilesLines
* asn1: Add helper function to create algorithmIdentifier with parametersTobias Brunner2017-11-082-6/+23
* asn1: Add function to generate an ASN.1 integer from an uint64_tTobias Brunner2017-11-082-0/+28
* asn1: Add OID for MGF1Tobias Brunner2017-11-081-1/+1
* asn1: Add OID for RSASSA-PSSTobias Brunner2017-11-081-0/+1
* asn1: Add additional OIDs seen in certificate DNsTobias Brunner2017-11-021-0/+3
* asn1-parser: Fix CHOICE parsingAndreas Steffen2017-05-292-22/+75
* asn1: Make sure the first argument to sscanf() is null-terminatedTobias Brunner2017-05-231-7/+9
* Added support of EdDSA signaturesAndreas Steffen2016-12-142-1/+6
* Added SHA-3 signature OIDsAndreas Steffen2016-07-261-1/+10
* identification: Add support for dmdName RDN (2.5.4.54)Yannick Cann2016-04-251-0/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-242-5/+5
* Support pseudonym RDNAndreas Steffen2016-01-271-0/+1
* vici: list-cert sends subject, not-before and not-after attributes for pubkeysAndreas Steffen2016-01-091-0/+1
* Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemesAndreas Steffen2015-11-061-3/+3
* Defined SHA-3 hashersAndreas Steffen2015-11-031-4/+7
* Fixed some typos, courtesy of codespellTobias Brunner2015-08-271-1/+1
* asn1: Undefine TIME_UTC, which is used by C11Martin Willi2015-04-081-0/+4
* Fixed two BLISS key type identifier stringsAndreas Steffen2015-03-161-2/+2
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-261-0/+2
* Implemented improved BLISS-B signature algorithmAndreas Steffen2015-02-251-0/+4
* asn1: Add OID for Blowfish CBCTobias Brunner2014-12-051-0/+4
* Started implementing BLISS signature generationAndreas Steffen2014-11-291-0/+2
* Store and parse BLISS private and public keys in DER and PEM formatAndreas Steffen2014-11-291-1/+1
* Added BLISS OIDs in ITA-HSR OID treeAndreas Steffen2014-11-291-0/+10
* asn1: Try to fill the available binary OID buffer if possibleTobias Brunner2014-09-091-11/+24
* asn1: Make sure not to exceed buffer for binary OIDTobias Brunner2014-09-091-1/+1
* asn1: Return a zeroed ASN1 time if gmtime_r() conversion failsMartin Willi2014-06-041-1/+1
* windows: Add a common Windows header for platform specific wrappersMartin Willi2014-06-031-1/+1
* Added support for msSmartcardLogon EKUAndreas Steffen2014-04-081-1/+1
* Added some more OIDsAndreas Steffen2014-04-081-1/+20
* Added SHA3 OIDsAndreas Steffen2014-04-041-6/+12
* Fixed a minor vulnerability in which a malformed ASN.1 length field could cau...5.1.2rc1Andreas Steffen2014-02-141-0/+1
* asn1: Support dates before 1970-01-01 (i.e. when time_t gets negative)Tobias Brunner2014-02-122-4/+23
* asn1: Add additional validation for parsed ASN.1 date/time valuesTobias Brunner2014-02-121-1/+12
* Prototype implementation of IKE key exchange via NTRU encryptionAndreas Steffen2013-11-271-0/+24
* unit-tests: 100% function coverage for asn1.cAndreas Steffen2013-11-031-2/+2
* Some minor refactoring in asn1.cAndreas Steffen2013-11-021-11/+17
* Do not free zero-length integerAndreas Steffen2013-11-021-5/+10
* asn1: Fix handling of invalid ASN.1 length in is_asn1()Tobias Brunner2013-07-311-0/+5
* Recognize critical IssuingDistributionPoint CRL extensionAndreas Steffen2013-07-121-1/+1
* Add pkcs12 plugin which adds support for decoding PKCS#12 containersTobias Brunner2013-05-081-0/+11
* PKCS#5 wrapper can decrypt PKCS#12-like schemesTobias Brunner2013-05-081-1/+9
* Extract function to convert ASN.1 INTEGER object to u_int64_tTobias Brunner2013-05-082-0/+25
* Use the GEN silent rule when generating oid database with perlMartin Willi2013-05-061-2/+0
* added some otherNames OIDsAndreas Steffen2013-03-061-0/+6
* 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
|\