| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement coordinate blinding for EC_POINT. | tb | 2018-11-05 | 10 | -18/+110 |
* | Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in async | jsing | 2018-11-04 | 1 | -1/+1 |
* | Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags that | jsing | 2018-11-04 | 1 | -8/+84 |
* | Reformat and sort the OPENSSL_NO_* defines. | jsing | 2018-11-04 | 1 | -25/+25 |
* | move X509_get0_serialNumber where it belongs | tb | 2018-11-02 | 1 | -1/+1 |
* | whitespace | tb | 2018-11-02 | 1 | -2/+2 |
* | Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto) | jsing | 2018-10-24 | 1 | -2/+2 |
* | Remove a GOST data symbol that should not be exported. | jsing | 2018-10-24 | 1 | -1/+0 |
* | Remove a bunch of ancient and highly crufty ASN.1 related code from | jsing | 2018-10-24 | 9 | -1633/+22 |
* | Remove stack related macros that should have been nuked when | jsing | 2018-10-24 | 1 | -333/+1 |
* | Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0 | tb | 2018-10-20 | 1 | -5/+6 |
* | RFC 3394 section 2 states that we need at least two 64 bit blocks | tb | 2018-10-20 | 1 | -6/+6 |
* | bump for LibreSSL 2.8.2 | bcook | 2018-09-30 | 1 | -3/+3 |
* | bump for LibreSSL 2.8.1libressl-v2.8.1 | bcook | 2018-09-23 | 1 | -3/+3 |
* | Simplify initialization of asn1_cb; use correct spelling of NULL. | tb | 2018-09-17 | 1 | -4/+2 |
* | sync with mozilla-release (one removal, TURKTRUST, more details at | sthen | 2018-09-12 | 1 | -48/+1 |
* | tweak previous; | jmc | 2018-09-12 | 2 | -4/+4 |
* | Add some accessor functions: | djm | 2018-09-12 | 8 | -17/+138 |
* | 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 |
* | use timing-safe compares for checking results in signature verification | djm | 2018-09-05 | 4 | -9/+10 |
* | Elliptic curve arithmetic only makes sense between points that belong to | tb | 2018-09-02 | 1 | -1/+5 |
* | Tweak comment. | tb | 2018-09-01 | 1 | -5/+2 |
* | Remove extra "and" in "These functions and have been available" | tb | 2018-08-28 | 1 | -3/+3 |
* | fix the same "an non" issue found by tb in EVP_EncryptInit.3; | jmc | 2018-08-26 | 1 | -3/+3 |
* | Some of the functions in this manual need <openssl/dsa.h>, others | tb | 2018-08-26 | 1 | -3/+45 |
* | typo: an nonce -> a nonce | tb | 2018-08-26 | 1 | -3/+3 |
* | crank majors after symbol addition/modification/removal | tb | 2018-08-24 | 1 | -2/+2 |
* | Add const to EVP_PKCS82PKEY(). | tb | 2018-08-24 | 2 | -4/+4 |
* | Add consts to EVP_PKEY_asn1_set_private() | tb | 2018-08-24 | 8 | -16/+16 |
* | After removing support for broken PKCS#8 formats (it was high time), | tb | 2018-08-24 | 7 | -22/+19 |
* | Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken() | tb | 2018-08-24 | 5 | -98/+46 |
* | Document const change for OCSP_cert_to_id() | tb | 2018-08-24 | 1 | -4/+4 |
* | Add const to two arguments of OCSP_cert_to_id() | tb | 2018-08-24 | 2 | -6/+7 |
* | Provide X509_get0_serialNumber() | tb | 2018-08-24 | 3 | -2/+10 |
* | Turn a number of #defines into proper functions with prototypes matching | tb | 2018-08-24 | 5 | -18/+80 |
* | Change PEM_Sign{Init,Update}() to return an int. | tb | 2018-08-24 | 2 | -8/+8 |
* | Check return value of EVP_EncodeUpdate() in PEM_write_bio(). | tb | 2018-08-24 | 1 | -2/+3 |
* | Check return value of EVP_EncodeUpdate() in b64_write(). | tb | 2018-08-24 | 1 | -3/+4 |
* | Convert EVP_EncodeUpdate() to return an int to allow for error | tb | 2018-08-24 | 2 | -8/+10 |
* | Provide EVP_CIPHER_CTX_encrypting(). | tb | 2018-08-24 | 3 | -2/+10 |
* | Document prototype change and return values for BIO_set_cipher() | tb | 2018-08-24 | 1 | -3/+5 |
* | Return an int in BIO_set_cipher() to be able to report errors. | tb | 2018-08-24 | 2 | -13/+22 |
* | In DSO_up_ref(), check return value of CRYPTO_add() and report | tb | 2018-08-24 | 1 | -3/+5 |
* | In ENGINE_up_ref(), check return value of CRYPTO_add() and report | tb | 2018-08-24 | 1 | -3/+5 |
* | Document new prototype and return values of X509_OBJECT_up_ref_count() | tb | 2018-08-24 | 1 | -3/+6 |
* | Make X509_OBJECT_up_ref_count return an int. | tb | 2018-08-24 | 2 | -9/+7 |
* | Update documentation of CRYPTO_mem_leaks*. | tb | 2018-08-24 | 1 | -6/+12 |
* | Let CRYPTO_mem_leaks{,_fp,_cb}() return -1. | tb | 2018-08-24 | 2 | -12/+12 |