| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide RSA_PKCS1_OpenSSL(). | jsing | 2019-11-02 | 1 | -0/+1 |
* | Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public. | jsing | 2019-11-02 | 1 | -0/+2 |
* | Make RSA_OAEP_PARAMs public. | jsing | 2019-11-02 | 1 | -0/+5 |
* | Enable CMS in LibreSSL. | jsing | 2019-11-02 | 1 | -0/+128 |
* | Provide RSA_pkey_ctx_ctrl(). | jsing | 2019-10-24 | 1 | -0/+1 |
* | provide getters and setters for the RSA_METHOD interface | gilles | 2019-06-05 | 1 | -0/+23 |
* | Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is still | tb | 2019-03-17 | 1 | -0/+1 |
* | Provide EVP_aes_{128,192,256}_wrap(). This is a compatible | tb | 2019-03-17 | 1 | -0/+3 |
* | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. | tb | 2019-03-17 | 1 | -0/+8 |
* | Add missing symbols from the EC_KEY_METHOD port. | tb | 2019-01-22 | 1 | -0/+8 |
* | add support for xchacha20 and xchacha20-poly1305 | dlg | 2019-01-22 | 1 | -0/+3 |
* | provide EVP_ENCODE_CTX_{new,free}(). | tb | 2019-01-19 | 1 | -0/+2 |
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -0/+6 |
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -0/+13 |
* | Add Ribose Inc's implementation of the SM3 hashing function with | tb | 2018-11-11 | 1 | -0/+4 |
* | move X509_get0_serialNumber where it belongs | tb | 2018-11-02 | 1 | -1/+1 |
* | 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 | 1 | -13/+0 |
* | Add some accessor functions: | djm | 2018-09-12 | 1 | -0/+4 |
* | Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken() | tb | 2018-08-24 | 1 | -2/+2 |
* | Provide X509_get0_serialNumber() | tb | 2018-08-24 | 1 | -0/+1 |
* | Turn a number of #defines into proper functions with prototypes matching | tb | 2018-08-24 | 1 | -0/+9 |
* | Provide EVP_CIPHER_CTX_encrypting(). | tb | 2018-08-24 | 1 | -0/+1 |
* | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 2018-03-17 | 1 | -0/+1 |
* | Provide X509_STORE_get0_param() | tb | 2018-03-17 | 1 | -0/+1 |
* | Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enum | tb | 2018-03-17 | 1 | -0/+1 |
* | Provide X509_NAME_ENTRY_set() | tb | 2018-03-17 | 1 | -0/+1 |
* | Provide ECDSA_SIG_{g,s}et0(). | tb | 2018-03-17 | 1 | -0/+2 |
* | Add DSA_meth_{dup,free,new,set_{finish,sign}}() | tb | 2018-03-17 | 1 | -0/+5 |
* | Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}() | tb | 2018-03-17 | 1 | -0/+6 |
* | Make BIO_meth_get_write() public. Omission spotted by schwarze. | tb | 2018-03-17 | 1 | -0/+1 |
* | Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning it | jsing | 2018-03-17 | 1 | -0/+1 |
* | Provide OCSP_SINGLERESP_get0_id(). | jsing | 2018-03-17 | 1 | -0/+1 |
* | Provide X509_REVOKED_dup(). | jsing | 2018-03-17 | 1 | -0/+1 |
* | Provide X509_chain_up_ref(). | jsing | 2018-02-22 | 1 | -0/+1 |
* | Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() and | jsing | 2018-02-22 | 1 | -0/+3 |
* | Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL(). | jsing | 2018-02-22 | 1 | -0/+2 |
* | Provide X509_STORE_up_ref(). | jsing | 2018-02-22 | 1 | -0/+1 |
* | Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store(). | jsing | 2018-02-22 | 1 | -0/+2 |
* | Provide X509_get0_tbs_sigalg(). | jsing | 2018-02-22 | 1 | -0/+1 |
* | Provide X509_set1_notBefore() and X509_set1_notAfter(). | jsing | 2018-02-22 | 1 | -0/+2 |
* | Provide X509_get0_pubkey(). | jsing | 2018-02-22 | 1 | -0/+1 |
* | Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate(). | jsing | 2018-02-22 | 1 | -0/+2 |
* | Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid(). | jsing | 2018-02-22 | 1 | -0/+2 |
* | Provide X509_CRL_up_ref(). | jsing | 2018-02-22 | 1 | -0/+1 |
* | Provide X509_REQ_get_signature_nid(). | jsing | 2018-02-22 | 1 | -0/+1 |
* | Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate() | jsing | 2018-02-22 | 1 | -0/+3 |
* | Provide DH_get0_engine(). | jsing | 2018-02-22 | 1 | -0/+1 |
* | Provide BIO_up_ref(). | jsing | 2018-02-22 | 1 | -0/+1 |
* | RSA_get_flags should be RSA_test_flags. | tb | 2018-02-20 | 1 | -1/+1 |