Age | Commit message (Expand) | Author |
2021-11-20 | sort | Theo Buehler |
2021-10-31 | Update Symbols.list for new API and API removal/renaming | Theo Buehler |
2021-09-10 | Add BN_bn2{,le}binpad(), BN_lebin2bn(), EC_GROUP_order_bits to Symbols.list | Theo Buehler |
2021-05-10 | Expose EVP_Digest{Sign,Verify}(3) | Theo Buehler |
2021-05-10 | Expose EC_POINT_{get,set}_affine_coordinates(3) and | Theo Buehler |
2021-05-10 | Expose EC_GROUP_{get,set}_curve(3) | Theo Buehler |
2021-03-31 | Provide EVP_PKEY_new_CMAC_key(3) | Theo Buehler |
2019-11-02 | Provide RSA_PKCS1_OpenSSL(). | Joel Sing |
2019-11-02 | Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public. | Joel Sing |
2019-11-02 | Make RSA_OAEP_PARAMs public. | Joel Sing |
2019-11-02 | Enable CMS in LibreSSL. | Joel Sing |
2019-10-24 | Provide RSA_pkey_ctx_ctrl(). | Joel Sing |
2019-06-05 | provide getters and setters for the RSA_METHOD interface | Gilles Chehade |
2019-03-17 | Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is still | Theo Buehler |
2019-03-17 | Provide EVP_aes_{128,192,256}_wrap(). This is a compatible | Theo Buehler |
2019-03-17 | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. | Theo Buehler |
2019-01-22 | Add missing symbols from the EC_KEY_METHOD port. | Theo Buehler |
2019-01-22 | add support for xchacha20 and xchacha20-poly1305 | David Gwynne |
2019-01-19 | provide EVP_ENCODE_CTX_{new,free}(). | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2018-11-11 | Add Ribose Inc's implementation of the SM3 hashing function with | Theo Buehler |
2018-11-02 | move X509_get0_serialNumber where it belongs | Theo Buehler |
2018-10-24 | Remove a GOST data symbol that should not be exported. | Joel Sing |
2018-10-24 | Remove a bunch of ancient and highly crufty ASN.1 related code from | Joel Sing |
2018-09-12 | Add some accessor functions: | Damien Miller |
2018-08-24 | Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken() | Theo Buehler |
2018-08-24 | Provide X509_get0_serialNumber() | Theo Buehler |
2018-08-24 | Turn a number of #defines into proper functions with prototypes matching | Theo Buehler |
2018-08-24 | Provide EVP_CIPHER_CTX_encrypting(). | Theo Buehler |
2018-03-17 | Bring in compatibility for OpenSSL 1.1 style init functions. | Bob Beck |
2018-03-17 | Provide X509_STORE_get0_param() | Theo Buehler |
2018-03-17 | Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enum | Theo Buehler |
2018-03-17 | Provide X509_NAME_ENTRY_set() | Theo Buehler |
2018-03-17 | Provide ECDSA_SIG_{g,s}et0(). | Theo Buehler |
2018-03-17 | Add DSA_meth_{dup,free,new,set_{finish,sign}}() | Theo Buehler |
2018-03-17 | Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}() | Theo Buehler |
2018-03-17 | Make BIO_meth_get_write() public. Omission spotted by schwarze. | Theo Buehler |
2018-03-17 | Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning it | Joel Sing |
2018-03-17 | Provide OCSP_SINGLERESP_get0_id(). | Joel Sing |
2018-03-17 | Provide X509_REVOKED_dup(). | Joel Sing |
2018-02-22 | Provide X509_chain_up_ref(). | Joel Sing |
2018-02-22 | Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() and | Joel Sing |
2018-02-22 | Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL(). | Joel Sing |
2018-02-22 | Provide X509_STORE_up_ref(). | Joel Sing |
2018-02-22 | Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store(). | Joel Sing |
2018-02-22 | Provide X509_get0_tbs_sigalg(). | Joel Sing |
2018-02-22 | Provide X509_set1_notBefore() and X509_set1_notAfter(). | Joel Sing |
2018-02-22 | Provide X509_get0_pubkey(). | Joel Sing |
2018-02-22 | Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate(). | Joel Sing |