2017-01-08 |
Dr. Stephen Henson | clarify comment |
tree | commitdiff |
2017-01-08 |
Dr. Stephen Henson | PSS ASN.1 method |
tree | commitdiff |
2016-11-12 |
Kurt Roeckx | Cast to an unsigned type before negating |
tree | commitdiff |
2016-11-10 |
Dr. Stephen Henson | Don't set choice selector on parse failure. |
tree | commitdiff |
2016-11-03 |
Richard Levitte | Convert asn1 selftests (a_strnid and ameth_lib) into... |
tree | commitdiff |
2016-10-28 |
Matt Caswell | Create BIO_write_ex() which handles size_t arguments |
tree | commitdiff |
2016-10-28 |
Matt Caswell | Create BIO_read_ex() which handles size_t arguments |
tree | commitdiff |
2016-10-19 |
Richard Levitte | Fix config option 'no-deprecated' |
tree | commitdiff |
2016-10-18 |
Patrick Steuer | Fix strict-warnings build |
tree | commitdiff |
2016-10-17 |
Dr. Stephen Henson | Fix embedded string handling. |
tree | commitdiff |
2016-09-29 |
Dr. Stephen Henson | Print <ABSENT> if a STACK is NULL. |
tree | commitdiff |
2016-09-29 |
Dr. Stephen Henson | Add ASN1_ITEM lookup and enumerate functions. |
tree | commitdiff |
2016-09-22 |
Rich Salz | Add -Wswitch-enum |
tree | commitdiff |
2016-08-23 |
FdaSilvaYY | Constify a bit X509_NAME_get_entry |
tree | commitdiff |
2016-08-23 |
FdaSilvaYY | Constify some X509_NAME, ASN1 printing code |
tree | commitdiff |
2016-08-23 |
FdaSilvaYY | Constify some inputs buffers |
tree | commitdiff |
2016-08-23 |
FdaSilvaYY | Constify ASN1_PCTX_* |
tree | commitdiff |
2016-08-22 |
Matt Caswell | Ensure the mime_hdr_free function can handle NULLs |
tree | commitdiff |
2016-08-21 |
Dr. Stephen Henson | Add X509_getm_notBefore, X509_getm_notAfter |
tree | commitdiff |
2016-08-20 |
Kurt Roeckx | Fix off by 1 in ASN1_STRING_set() |
tree | commitdiff |
2016-08-18 |
Dr. Stephen Henson | Constify i2a* |
tree | commitdiff |
2016-08-18 |
Matt Caswell | Convert X509_REVOKED* functions to use const getters |
tree | commitdiff |
2016-08-17 |
Dr. Stephen Henson | Constify X509_SIG. |
tree | commitdiff |
2016-08-17 |
Dr. Stephen Henson | Convert X509* functions to use const getters |
tree | commitdiff |
2016-08-17 |
Dr. Stephen Henson | Constify private key decode. |
tree | commitdiff |
2016-08-17 |
Dr. Stephen Henson | constify X509_ALGOR_get0() |
tree | commitdiff |
2016-08-17 |
Dr. Stephen Henson | Constify ASN1_item_unpack(). |
tree | commitdiff |
2016-08-16 |
Matt Caswell | Convert PKCS8* functions to use const getters |
tree | commitdiff |
2016-08-16 |
Dr. Stephen Henson | Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). |
tree | commitdiff |
2016-08-15 |
Dr. Stephen Henson | Check for errors in a2d_ASN1_OBJECT() |
tree | commitdiff |
2016-08-13 |
Dr. Stephen Henson | Add X25519 methods to internal tables |
tree | commitdiff |
2016-08-05 |
klemens | spelling fixes, just comments and readme. |
tree | commitdiff |
2016-08-05 |
Dr. Stephen Henson | Free buffer in a2i_ASN1_INTEGER() on error path. |
tree | commitdiff |
2016-08-04 |
FdaSilvaYY | Constify ASN1_INTEGER_get, ASN1_ENUMERATED_get |
tree | commitdiff |
2016-08-02 |
Dr. Stephen Henson | Check for overlows and error return from ASN1_object_size() |
tree | commitdiff |
2016-08-02 |
Dr. Stephen Henson | Check for overflows in ASN1_object_size(). |
tree | commitdiff |
2016-07-25 |
FdaSilvaYY | Enforce and explicit some const casting |
tree | commitdiff |
2016-07-25 |
FdaSilvaYY | Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT. |
tree | commitdiff |
2016-07-25 |
FdaSilvaYY | Constify ASN1_buf_print |
tree | commitdiff |
2016-07-25 |
FdaSilvaYY | Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_t... |
tree | commitdiff |
2016-07-20 |
Kurt Roeckx | Cast to an unsigned type before negating |
tree | commitdiff |
2016-07-20 |
Kurt Roeckx | Check for errors allocating the error strings. |
tree | commitdiff |
2016-07-19 |
Dr. Stephen Henson | Check and print out boolean type properly. |
tree | commitdiff |
2016-07-18 |
Dr. Stephen Henson | Fix print of ASN.1 BIGNUM type. |
tree | commitdiff |
2016-07-16 |
Kurt Roeckx | Return error when trying to print invalid ASN1 integer |
tree | commitdiff |
2016-07-11 |
Dr. Stephen Henson | Add nameConstraints commonName checking. |
tree | commitdiff |
2016-07-06 |
Dr. Stephen Henson | Don't indicate errors during initial adb decode. |
tree | commitdiff |
2016-07-05 |
FdaSilvaYY | Add checks on sk_TYPE_push() returned value |
tree | commitdiff |
2016-06-29 |
FdaSilvaYY | Whitespace cleanup in crypto |
tree | commitdiff |
2016-06-24 |
Kurt Roeckx | Avoid signed overflow |
tree | commitdiff |
2016-06-23 |
Matt Caswell | Fix ASN1_STRING_to_UTF8 could not convert NumericString |
tree | commitdiff |
2016-06-23 |
FdaSilvaYY | Rework error handling from asn1_do_lock method. |
tree | commitdiff |
2016-06-21 |
FdaSilvaYY | Spelling... and more spelling |
tree | commitdiff |
2016-06-21 |
Kurt Roeckx | Avoid creating an illegal pointer. |
tree | commitdiff |
2016-06-16 |
Rich Salz | Fix build break. |
tree | commitdiff |
2016-06-15 |
FdaSilvaYY | Constify asn1/asn_mime.c |
tree | commitdiff |
2016-06-15 |
FdaSilvaYY | Constify some input buffers in asn1 |
tree | commitdiff |
2016-06-14 |
Richard Levitte | Change (!seqtt) to (seqtt == NULL) |
tree | commitdiff |
2016-06-14 |
Richard Levitte | Always check that the value returned by asn1_do_adb... |
tree | commitdiff |
2016-06-14 |
Dr. Stephen Henson | Fix omitted selector handling. |
tree | commitdiff |
2016-06-14 |
Matt Caswell | Free memory on an error path |
tree | commitdiff |
2016-06-11 |
Kurt Roeckx | Avoid creating an illegal pointer. |
tree | commitdiff |
2016-06-05 |
FdaSilvaYY | Constify ASN1_generate_nconf |
tree | commitdiff |
2016-06-05 |
FdaSilvaYY | Constify ASN1_generate_v3 |
tree | commitdiff |
2016-06-05 |
FdaSilvaYY | Constify s2i_ASN1_INTEGER |
tree | commitdiff |
2016-06-04 |
Dr. Stephen Henson | Check for overflows in EOC. |
tree | commitdiff |
2016-06-01 |
Matt Caswell | Don't leak memory on ASN1_item_pack() error path |
tree | commitdiff |
2016-06-01 |
Matt Caswell | Don't leak memory on ASN1_GENERALIZEDTIME_adj() error... |
tree | commitdiff |
2016-06-01 |
Matt Caswell | Free buffer on error in a2i_ASN1_INTEGER() |
tree | commitdiff |
2016-06-01 |
FdaSilvaYY | Raise an Err when CRYPTO_THREAD_lock_new fails |
tree | commitdiff |
2016-05-28 |
FdaSilvaYY | Add more zalloc |
tree | commitdiff |
2016-05-28 |
FdaSilvaYY | Fix some missing inits |
tree | commitdiff |
2016-05-27 |
Kurt Roeckx | Avoid calling memcpy with lenght of 0 |
tree | commitdiff |
2016-05-26 |
Dr. Stephen Henson | Add rfc822Mailbox to string table. |
tree | commitdiff |
2016-05-25 |
Kurt Roeckx | Avoid creating an illegal pointer |
tree | commitdiff |
2016-05-24 |
Kurt Roeckx | Avoid creating an illegal pointer |
tree | commitdiff |
2016-05-23 |
Rich Salz | Remove unused error/function codes. |
tree | commitdiff |
2016-05-20 |
Rich Salz | Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx |
tree | commitdiff |
2016-05-18 |
Richard Levitte | make update |
tree | commitdiff |
2016-05-18 |
Richard Levitte | Make it possible to have RFC2254 escapes with ASN1_STRI... |
tree | commitdiff |
2016-05-17 |
Rich Salz | Manual fixes after copyright consolidation |
tree | commitdiff |
2016-05-17 |
Rich Salz | Copyright consolidation 09/10 |
tree | commitdiff |
2016-05-17 |
Rich Salz | Copyright consolidation 08/10 |
tree | commitdiff |
2016-05-17 |
Rich Salz | Copyright consolidation 06/10 |
tree | commitdiff |
2016-05-16 |
Rich Salz | Use OPENSSL_hexchar2int |
tree | commitdiff |
2016-05-11 |
Dr. Stephen Henson | Update pkcs8 defaults. |
tree | commitdiff |
2016-05-09 |
Richard Levitte | Add NULL check in i2d_PrivateKey() |
tree | commitdiff |
2016-05-05 |
Rich Salz | Script changed; update the generated file. |
tree | commitdiff |
2016-05-04 |
Dr. Stephen Henson | support embed in ASN.1 print |
tree | commitdiff |
2016-05-04 |
Dr. Stephen Henson | Fix double free in d2i_PrivateKey(). |
tree | commitdiff |
2016-05-03 |
Dr. Stephen Henson | Fix ASN1_INTEGER handling. |
tree | commitdiff |
2016-05-01 |
Richard Levitte | make update |
tree | commitdiff |
2016-05-01 |
Richard Levitte | Adjust a last few generators to new license boilerplate... |
tree | commitdiff |
2016-04-29 |
Matt Caswell | Fix building with -DCHARSET_EBCDIC |
tree | commitdiff |
2016-04-28 |
FdaSilvaYY | various spelling fixes |
tree | commitdiff |
2016-04-22 |
Dr. Stephen Henson | Harden ASN.1 BIO handling of large amounts of data. |
tree | commitdiff |
2016-04-21 |
Matt Caswell | Fix some code maintenance issues |
tree | commitdiff |
2016-04-20 |
Richard Levitte | Remove --classic build entirely |
tree | commitdiff |
2016-04-20 |
Rich Salz | Copyright consolidation: perl files |
tree | commitdiff |
2016-04-18 |
Rich Salz | Make string_to_hex/hex_to_string public |
tree | commitdiff |
next |