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
2024-08-22
Remove copy_bag_attr()
Theo Buehler
2024-07-15
Fix PKCS12_create()
Theo Buehler
2024-07-09
Hide global _it symbols in pkcs12.h
Bob Beck
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
2024-03-24
Fix namespace build
Theo Buehler
2024-03-02
Remove more PBE stuff from the public API
Theo Buehler
2024-03-02
Remove a lot of PKCS12 garbage from the public API
Theo Buehler
2024-02-18
Use EVP_CIPHER_CTX_legacy_clear() internally
Theo Buehler
2024-01-27
Fold keyivgen functions into evp_pbe.c
Theo Buehler
2024-01-25
Plug a few leaks and perform some other code hygiene
Theo Buehler
2024-01-25
p12_npas.c: hoist some helpers from the bottom to the top in reverse order
Theo Buehler
2024-01-25
p12_npas.c: maclen -> mac_len
Theo Buehler
2024-01-25
p12_npas.c: Use slightly less awkward variable names
Theo Buehler
2024-01-25
Fix various NULL dereferences in PKCS #12
Theo Buehler
2024-01-25
Merge PKCS12_newpass() and newpass_p12()
Theo Buehler
2024-01-25
Rename pkcs12_repack_safe() into pkcs12_repack_authsafes()
Theo Buehler
2024-01-25
Rework newpass_p12() a bit more
Theo Buehler
2024-01-25
newpass_p12(): factor for loop body into helpers
Theo Buehler
2024-01-25
Fix a memleak and a double free in newpass_p12()
Theo Buehler
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
[next]