Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 年 前 |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 年 前 |
Dmitry Belyavskiy
|
fba140c735
str[n]casecmp => OPENSSL_strncasecmp
|
2 年 前 |
Richard Levitte
|
d5f9166bac
Move e_os.h to include/internal
|
2 年 前 |
Matt Caswell
|
f5afac4bda
Update copyright year
|
3 年 前 |
FdaSilvaYY
|
89947af2c5
crypto: raise error on malloc failure
|
6 年 前 |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 年 前 |
Dr. David von Oheimb
|
ded346fad2
Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt
|
4 年 前 |
Pauli
|
e4468e6d8d
deprecate engines in libcrypto
|
4 年 前 |
Dr. David von Oheimb
|
7674e92324
Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()
|
4 年 前 |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 年 前 |
Matt Caswell
|
472a88b79e
Teach d2i_PrivateKey et al about libctx
|
4 年 前 |
Rich Salz
|
12a765a523
Explicitly test against NULL; do not use !p or similar
|
5 年 前 |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 年 前 |
Richard Levitte
|
a860031621
Make EVP_PKEY_asn1_add0() stricter about its input
|
6 年 前 |
Richard Levitte
|
365a2d9991
Following the license change, modify the boilerplates in crypto/asn1/
|
6 年 前 |
Richard Levitte
|
38eca7fed0
Make EVP_PKEY_asn1_new() stricter with its input
|
6 年 前 |
Matt Caswell
|
72ff0a5400
Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functions
|
6 年 前 |
Matt Caswell
|
e8f9f08f17
Add functions for setting the new EVP_PKEY_ASN1_METHOD functions
|
6 年 前 |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 年 前 |
Richard Levitte
|
3bf0c3fe31
Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()
|
6 年 前 |
Richard Levitte
|
7203c94e98
Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"
|
6 年 前 |
Paul Yang
|
b000470873
Support public key and param check in EVP interface
|
7 年 前 |
Richard Levitte
|
d85722d31a
EVP_PKEY_asn1_add0(): Check that this method isn't already registered
|
7 年 前 |
Richard Levitte
|
5e00608219
EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methods
|
7 年 前 |
Pauli
|
677963e5a4
e_os.h removal from other headers and source files.
|
7 年 前 |
Richard Levitte
|
2c16617148
Convert asn1 selftests (a_strnid and ameth_lib) into internal test
|
8 年 前 |
Dr. Stephen Henson
|
8900f3e398
Convert X509* functions to use const getters
|
8 年 前 |
Dr. Stephen Henson
|
245c6bc33b
Constify private key decode.
|
8 年 前 |
Dr. Stephen Henson
|
262bd85fde
Add X25519 methods to internal tables
|
8 年 前 |