index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
pkcs12
Age
Commit message (
Expand
)
Author
2023-02-16
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
Theo Buehler
2023-01-24
Check return value of X509_digest
Job Snijders
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-12
Hide symbols in libcrypto/pkcs12
Bob Beck
2022-09-11
Make structs in pkcs12.h opaque
Theo Buehler
2022-08-20
Add an empty pkcs12_local.h and include it where it will soon be needed.
Theo Buehler
2022-08-03
Prepare to provide PKCS12 accessors
Theo Buehler
2022-07-30
Eliminate the somewhat pointless Ij variable
Theo Buehler
2022-07-30
Transform two || chains into individually checked functions
Theo Buehler
2022-07-25
fix indent
Theo Buehler
2022-07-24
Align PKCS12_key_gen_uni() with OpenSSL
Theo Buehler
2022-07-24
Minor fixes in PKCS12_parse()
Theo Buehler
2022-07-24
Per RFC 7292, safeContentsBag is a SEQUENCE OF, not a SET OF
Theo Buehler
2022-07-24
Clear key on exit in PKCS12_gen_mac()
Theo Buehler
2022-07-24
Plug a leak in PKCS12_setup_mac()
Theo Buehler
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-05-20
Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()
Theo Buehler
2022-05-09
Simplify X509_ATTRIBUTE ASN.1 encoding.
Joel Sing
2022-01-20
Add check for OBJ_nid2obj return value
Kinichiro Inoguchi
2022-01-20
Add check for ASN1_INTEGER_set
Kinichiro Inoguchi
2022-01-14
Garbage collect the app_items field of ASN1_ADB
Theo Buehler
2021-12-12
Include evp_locl.h where it will be needed once most structs from
Theo Buehler
2021-12-12
Add a mostly empty hmac_local.h. HMAC_CTX and a few other things
Theo Buehler
2021-11-01
Move the now internal X.509-related structs into x509_lcl.h.
Theo Buehler
2021-07-09
KNF: remove whitespace between functions and parentheses
Theo Buehler
2021-04-24
Do not leave errors on the error stack on PKCS12_parse() success.
Theo Buehler
2020-06-05
Remove remaining error *_str_functs[]
Joel Sing
2018-08-24
Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()
Theo Buehler
2018-05-30
Add a const qualifier to the `uni' argument of OPENSSL_uni2asc().
Theo Buehler
2018-05-13
Add const qualifiers to the X509_SIG * and char * arguments of
Theo Buehler
2018-05-13
Add const to the argument of PKCS12_pack_authsafes(3).
Theo Buehler
2018-05-13
Add const to the X509_ALGOR and other arguments of
Theo Buehler
2018-05-13
Add const to the attr argument of PKCS12_get_attr_gen(3).
Theo Buehler
2018-05-13
Add const qualifier to the PKCS12_SAFEBAG argument of
Theo Buehler
2018-05-13
Add const qualifiers to the 'pass' and 'name' arguments of
Theo Buehler
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
Theo de Raadt
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-12-30
Expand ASN1_ITEM_rptr macros - no change in generated assembly.
Joel Sing
2016-12-30
Place M_PKCS12_* compatibility macros under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2016-12-30
Expand M_PKCS12_* "compatibility" macros. No change to generated assembly.
Joel Sing
2016-12-27
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
Joel Sing
2016-12-27
Expand DECLARE_ASN1_ITEM macros - no change to preprocessor output.
Joel Sing
2016-11-08
Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places when
Miod Vallat
2016-11-05
Stricter validation of inputs of OPENSSL_asc2uni() and OPENSSL_uni2asc().
Miod Vallat
2016-11-05
Do not leak the ressources possibly allocated by EVP_MD_CTX_init() in the
Miod Vallat
2016-09-04
Expand DECLARE_ASN1_.*FUNCTIONS macros.
Joel Sing
2016-03-11
X509_free(3) is NULL-safe, so remove NULL checks before its calls.
Michael McConville
2015-09-30
Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).
Joel Sing
2015-09-30
Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is
Joel Sing
[next]