summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.jsing2020-06-052-0/+4
* Add support for additional GOST curves.jsing2020-06-052-4/+16
* Provide NID for pSpecified.jsing2019-11-012-0/+2
* Add objects for ECDH schemes in RFC 5753.jsing2019-09-052-0/+32
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* Allocate fixed NIDs for SM3/SM4.jsing2019-04-191-0/+12
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-171-0/+16
* Fix OID for sm3WithRSAEncryption which was apparently mixed uptb2019-03-021-1/+1
* Add Ribose Inc's implementation of the SM3 hashing function withtb2018-11-111-0/+5
* ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).tb2018-09-081-2/+2
* indent labelstb2018-09-082-8/+8
* missing word & a couple of typostb2018-09-081-3/+3
* Provide object identifier for chacha20-poly1305.jsing2018-03-172-0/+3
* Provide object identifiers for TLS cipher suite key exchange andjsing2018-03-172-0/+20
* Add definitions for three OIDs used in EV certificates.jsing2017-05-252-0/+9
* Fix typo in issuingDistributionPoint description.jsing2017-02-281-1/+1
* Send the function codes from the error functions to the bit bucket,beck2017-01-294-23/+17
* Place {DECLARE,IMPLEMENT}_OBJ_BSEARCH{_GLOBAL,}_CMP_FN macros undefjsing2017-01-211-1/+5
* Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.jsing2017-01-212-12/+92
* OBJ_obj2txt() should return the total amount of space requiredinoguchi2016-12-221-5/+1
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+4
* Add objects for X25519, X448, Ed25519 and Ed448.jsing2016-11-052-0/+15
* remove unused OPENSSL_NO_OBJECT casebcook2016-07-171-14/+1
* better fix for overrun reported by Qualys Security.tedu2015-10-141-4/+1
* Bail out early if we have no buf_lenbeck2015-10-141-1/+5
* fix a memory leak reported by Qualys Security.tedu2015-10-141-3/+4
* Ensure we don't write a 0 byte past end of the buffer in the error case.beck2015-10-141-3/+3
* Coverity ID 78910 - Yet another stupid API designed to not show failures. do thebeck2015-07-181-6/+8
* Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastjsing2015-02-101-2/+1
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-094-1/+34
* Check the result of sk_*_push() operations for failure.miod2014-10-281-2/+6
* Use strdup() instead of malloc() + memcpy().miod2014-10-071-8/+3
* Fix CVE-2014-3508, pretty printing and OID validation:guenther2014-08-081-2/+7
* Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk.miod2014-07-111-1/+1
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-112-7/+7
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-102-2/+7
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-102-3/+7
* tags as requested by miod and teduderaadt2014-06-127-5/+7
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-28/+0
* malloc() result does not need a cast.deraadt2014-06-072-7/+7
* Clean up some of the nightmare of string and pointer arithmatic inbeck2014-06-011-52/+36
* more: no need for null check before freederaadt2014-05-302-14/+7
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-291-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-292-2/+3
* Turn off MemCheck_on and MemCheck_off. These calls are pointless since thejsing2014-05-251-13/+3
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+2
* Update with recently added objects.jsing2014-05-011-0/+18
* Provide an EVP implementation for ChaCha.jsing2014-05-011-0/+4
* Add support for the french ANSSI FRP256v1 elliptic curve.miod2014-05-011-0/+2
* Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}.miod2014-05-011-0/+17