| Commit message (Expand) | Author | Age | Files | Lines |
* | Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function. | jsing | 2020-06-05 | 2 | -0/+4 |
* | Add support for additional GOST curves. | jsing | 2020-06-05 | 2 | -4/+16 |
* | Provide NID for pSpecified. | jsing | 2019-11-01 | 2 | -0/+2 |
* | Add objects for ECDH schemes in RFC 5753. | jsing | 2019-09-05 | 2 | -0/+32 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. | deraadt | 2019-07-03 | 1 | -3/+3 |
* | Allocate fixed NIDs for SM3/SM4. | jsing | 2019-04-19 | 1 | -0/+12 |
* | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. | tb | 2019-03-17 | 1 | -0/+16 |
* | Fix OID for sm3WithRSAEncryption which was apparently mixed up | tb | 2019-03-02 | 1 | -1/+1 |
* | Add Ribose Inc's implementation of the SM3 hashing function with | tb | 2018-11-11 | 1 | -0/+5 |
* | ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3). | tb | 2018-09-08 | 1 | -2/+2 |
* | indent labels | tb | 2018-09-08 | 2 | -8/+8 |
* | missing word & a couple of typos | tb | 2018-09-08 | 1 | -3/+3 |
* | Provide object identifier for chacha20-poly1305. | jsing | 2018-03-17 | 2 | -0/+3 |
* | Provide object identifiers for TLS cipher suite key exchange and | jsing | 2018-03-17 | 2 | -0/+20 |
* | Add definitions for three OIDs used in EV certificates. | jsing | 2017-05-25 | 2 | -0/+9 |
* | Fix typo in issuingDistributionPoint description. | jsing | 2017-02-28 | 1 | -1/+1 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 4 | -23/+17 |
* | Place {DECLARE,IMPLEMENT}_OBJ_BSEARCH{_GLOBAL,}_CMP_FN macros undef | jsing | 2017-01-21 | 1 | -1/+5 |
* | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | jsing | 2017-01-21 | 2 | -12/+92 |
* | OBJ_obj2txt() should return the total amount of space required | inoguchi | 2016-12-22 | 1 | -5/+1 |
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+4 |
* | Add objects for X25519, X448, Ed25519 and Ed448. | jsing | 2016-11-05 | 2 | -0/+15 |
* | remove unused OPENSSL_NO_OBJECT case | bcook | 2016-07-17 | 1 | -14/+1 |
* | better fix for overrun reported by Qualys Security. | tedu | 2015-10-14 | 1 | -4/+1 |
* | Bail out early if we have no buf_len | beck | 2015-10-14 | 1 | -1/+5 |
* | fix a memory leak reported by Qualys Security. | tedu | 2015-10-14 | 1 | -3/+4 |
* | Ensure we don't write a 0 byte past end of the buffer in the error case. | beck | 2015-10-14 | 1 | -3/+3 |
* | Coverity ID 78910 - Yet another stupid API designed to not show failures. do the | beck | 2015-07-18 | 1 | -6/+8 |
* | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 1 | -2/+1 |
* | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 4 | -1/+34 |
* | Check the result of sk_*_push() operations for failure. | miod | 2014-10-28 | 1 | -2/+6 |
* | Use strdup() instead of malloc() + memcpy(). | miod | 2014-10-07 | 1 | -8/+3 |
* | Fix CVE-2014-3508, pretty printing and OID validation: | guenther | 2014-08-08 | 1 | -2/+7 |
* | Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk. | miod | 2014-07-11 | 1 | -1/+1 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 2 | -7/+7 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 2 | -2/+7 |
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 2 | -3/+7 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 7 | -5/+7 |
* | Remove various test stubs. The good ones have been moved by jsing | deraadt | 2014-06-07 | 1 | -28/+0 |
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 2 | -7/+7 |
* | Clean up some of the nightmare of string and pointer arithmatic in | beck | 2014-06-01 | 1 | -52/+36 |
* | more: no need for null check before free | deraadt | 2014-05-30 | 2 | -14/+7 |
* | ok, next pass after review: when possible, put the reallocarray arguments | deraadt | 2014-05-29 | 1 | -1/+1 |
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | deraadt | 2014-05-29 | 2 | -2/+3 |
* | Turn off MemCheck_on and MemCheck_off. These calls are pointless since the | jsing | 2014-05-25 | 1 | -13/+3 |
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+2 |
* | Update with recently added objects. | jsing | 2014-05-01 | 1 | -0/+18 |
* | Provide an EVP implementation for ChaCha. | jsing | 2014-05-01 | 1 | -0/+4 |
* | Add support for the french ANSSI FRP256v1 elliptic curve. | miod | 2014-05-01 | 1 | -0/+2 |
* | Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}. | miod | 2014-05-01 | 1 | -0/+17 |