Age | Commit message (Expand) | Author |
2021-11-24 | Make the certificate transparency code build with the rest of the library | Bob Beck |
2021-11-09 | Add ASPA OID | Job Snijders |
2021-10-26 | Add tlsfeature NID | Job Snijders |
2021-09-11 | Add BGPSec Router (RFC 8209) Key Purpose OID | Job Snijders |
2021-09-01 | Remove assignment of value that is never read. | Bob Beck |
2021-05-19 | Adjust libcrypto obj_xref.txt to obj_xref.h | Kinichiro Inoguchi |
2021-05-14 | Improve libcrypto obj_xref.h generator | Kinichiro Inoguchi |
2021-05-12 | Add obj_xref for ECDH schemes in RFC 5753 | Kinichiro Inoguchi |
2021-05-09 | Add draft-ietf-sidrops-rpki-rsc OID | job |
2021-02-03 | Add OID for draft-ietf-opsawg-finding-geofeeds | job |
2021-02-02 | Add a bunch of RPKI OIDs | job |
2020-06-05 | Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function. | Joel Sing |
2020-06-05 | Add support for additional GOST curves. | Joel Sing |
2019-11-01 | Provide NID for pSpecified. | Joel Sing |
2019-09-05 | Add objects for ECDH schemes in RFC 5753. | Joel Sing |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-04-19 | Allocate fixed NIDs for SM3/SM4. | Joel Sing |
2019-03-17 | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. | Theo Buehler |
2019-03-02 | Fix OID for sm3WithRSAEncryption which was apparently mixed up | Theo Buehler |
2018-11-11 | Add Ribose Inc's implementation of the SM3 hashing function with | Theo Buehler |
2018-09-08 | ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3). | Theo Buehler |
2018-09-08 | indent labels | Theo Buehler |
2018-09-08 | missing word & a couple of typos | Theo Buehler |
2018-03-17 | Provide object identifier for chacha20-poly1305. | Joel Sing |
2018-03-17 | Provide object identifiers for TLS cipher suite key exchange and | Joel Sing |
2017-05-25 | Add definitions for three OIDs used in EV certificates. | Joel Sing |
2017-02-28 | Fix typo in issuingDistributionPoint description. | Joel Sing |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-21 | Place {DECLARE,IMPLEMENT}_OBJ_BSEARCH{_GLOBAL,}_CMP_FN macros undef | Joel Sing |
2017-01-21 | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | Joel Sing |
2016-12-22 | OBJ_obj2txt() should return the total amount of space required | Kinichiro Inoguchi |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-11-05 | Add objects for X25519, X448, Ed25519 and Ed448. | Joel Sing |
2016-07-17 | remove unused OPENSSL_NO_OBJECT case | Brent Cook |
2015-10-14 | better fix for overrun reported by Qualys Security. | Ted Unangst |
2015-10-14 | Bail out early if we have no buf_len | Bob Beck |
2015-10-14 | fix a memory leak reported by Qualys Security. | Ted Unangst |
2015-10-14 | Ensure we don't write a 0 byte past end of the buffer in the error case. | Bob Beck |
2015-07-18 | Coverity ID 78910 - Yet another stupid API designed to not show failures. do the | Bob Beck |
2015-02-10 | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | Joel Sing |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-10-28 | Check the result of sk_*_push() operations for failure. | Miod Vallat |
2014-10-07 | Use strdup() instead of malloc() + memcpy(). | Miod Vallat |
2014-08-08 | Fix CVE-2014-3508, pretty printing and OID validation: | Philip Guenther |
2014-07-11 | Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk. | Miod Vallat |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that | Joel Sing |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-07 | Remove various test stubs. The good ones have been moved by jsing | Theo de Raadt |