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