Age | Commit message (Expand) | Author |
2018-05-13 | Add a const qualifier to the argument of EVP_PKEY_get0(3). | Theo Buehler |
2018-05-13 | Add a const qualifier to the argument of EVP_PKEY_bits(3). | Theo Buehler |
2018-05-13 | Add a const qualifier to the second argument of EVP_DigestVerifyFinal(3). | Theo Buehler |
2018-05-12 | In bio.h rev. 1.43 2018/05/12 18:51:59, tb@ added a const qualifier | Ingo Schwarze |
2018-05-12 | In bio.h rev. 1.42 2018/05/12 17:47:53, tb@ added a const qualifier | Ingo Schwarze |
2018-05-12 | const qualifiers for BIO_new_mem_buf(), BIO_new_connect() and | Theo Buehler |
2018-05-12 | Add const qualifiers to the return values of BIO_s_mem() and | Theo Buehler |
2018-05-12 | Cleanup c2i_ASN1_BIT_STRING() code. | Joel Sing |
2018-05-12 | Add a missing bounds check in c2i_ASN1_BIT_STRING(). | Joel Sing |
2018-05-12 | Use explicit_bzero() rather than memset() when clearing a BIGNUM. | Joel Sing |
2018-05-03 | begin LibreSSL 2.8.0 dev branch | Brent Cook |
2018-05-02 | In evp.h rev. 1.59 2018/05/02 15:51:41, tb@ added a const qualifier | Ingo Schwarze |
2018-05-02 | Add const qualifiers to return value of BIO_f_{base64,cipher,md}(). | Theo Buehler |
2018-05-02 | Remove incorrect NULL checks in DH_set0_key(). | Theo Buehler |
2018-05-01 | In x509.h rev. 1.46 2018/05/01 19:01:28, tb@ added const qualifiers | Ingo Schwarze |
2018-05-01 | Convert a handful of X509_*() functions to take const as in OpenSSL. | Theo Buehler |
2018-05-01 | In bio.h rev. 1.41 2018/05/01 13:29:09, tb@ added const qualifiers | Ingo Schwarze |
2018-05-01 | Fix whitespace on a few lines to reduce noise in an upcoming diff. | Theo Buehler |
2018-05-01 | const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of | Theo Buehler |
2018-04-29 | In view of the recent BN_FLG_CONSTTIME vulnerabilities in OpenSSL, | Ingo Schwarze |
2018-04-28 | Fix a small timing side channel in dsa_sign_setup(). Simple adaptation | Theo Buehler |
2018-04-28 | Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespace | Theo Buehler |
2018-04-25 | Put function name on a separate line and zap stray whitespace. | Theo Buehler |
2018-04-25 | In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiers | Ingo Schwarze |
2018-04-25 | remove whitespace before closing parens | Theo Buehler |
2018-04-25 | Add const to functions in asn1/asn1.h as they did in OpenSSL. | Theo Buehler |
2018-04-23 | Make the NULL check a separate if statement for readability and | Theo Buehler |
2018-04-23 | Make whitespace between functions and structs a bit more consistent. | Theo Buehler |
2018-04-23 | Make X509_CRL_METHOD_free() NULL-safe. | Theo Buehler |
2018-04-19 | Document the "f" callback argument that tb@ asked about. | Ingo Schwarze |
2018-04-18 | tweak previous; | Jason McIntyre |
2018-04-18 | SEE ALSO and HISTORY | Ingo Schwarze |
2018-04-18 | delete engine(3); nothing of value left in that page | Ingo Schwarze |
2018-04-18 | link to ENGINE_register_RSA(3) rather than engine(3) | Ingo Schwarze |
2018-04-18 | * Document DH_up_ref(3), DSA_up_ref(3), and RSA_up_ref(3). | Ingo Schwarze |
2018-04-18 | * Make the description of method selection simpler, more precise, | Ingo Schwarze |
2018-04-18 | * Do not document the non-existent function RSA_null_method(3). | Ingo Schwarze |
2018-04-15 | add a few new sentences regarding the big picture | Ingo Schwarze |
2018-04-15 | Rewrite the ENGINE_*(3) documentation from scratch - step 2, | Ingo Schwarze |
2018-04-15 | Rewrite the ENGINE_*(3) documentation from scratch (step 1, | Ingo Schwarze |
2018-04-14 | In eng_lib.c rev. 1.14 2018/04/14 07:18:37, tb@ allowed ENGINE_free(3) | Ingo Schwarze |
2018-04-14 | Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and | Theo Buehler |
2018-04-14 | make ENGINE_finish() succeed on NULL and simplify callers as in | Theo Buehler |
2018-04-08 | Fail early if an X509_VERIFY_PARAM is poisoned - don't allow | Bob Beck |
2018-04-08 | sort the list of data structures and add the missing ECDH and ECDSA; | Ingo Schwarze |
2018-04-07 | tweak previous; | Jason McIntyre |
2018-04-07 | Correct man page for OpenSSL_no_config() to indicate that it | Bob Beck |
2018-04-07 | tweak previous; | Jason McIntyre |
2018-04-06 | Revert revision 1.12 commit. Although *pval looks like a C pointer, | Alexander Bluhm |
2018-04-06 | Avoid leaking str if EVP_Digest() fails. | Theo Buehler |