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
/
ossl_typ.h
Age
Commit message (
Expand
)
Author
2023-08-11
Rename env_md{,_ctx}_st to evp_md{,_ctx}_st
Theo Buehler
2023-08-11
Move EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.h
Theo Buehler
2023-07-28
Remove ERR_{get,set}_implementation()
Theo Buehler
2023-07-28
Excise ECDH_METHOD
Theo Buehler
2023-07-28
Remove ECDSA_METHOD
Theo Buehler
2023-04-25
Move the policy tree code to internal-only
Theo Buehler
2023-04-25
BN_RECP_CTX moves to internal
Theo Buehler
2023-04-16
The policy tree types become internal ony. Annotate them.
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-01-14
Expose Certificate Transparency symbols in headers
Theo Buehler
2022-01-14
Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaque
Theo Buehler
2022-01-14
Make structs in comp.h opaque
Theo Buehler
2022-01-14
Make structs in bio.h opaque
Theo Buehler
2022-01-14
Remove ASN1_OBJECT internals from public visibility.
Theo Buehler
2021-12-12
Annotate the structs that will be moved to hmac_local.h and evp_locl.h
Theo Buehler
2021-11-24
Make the certificate transparency code build with the rest of the library
Bob Beck
2021-11-01
Move the now internal X.509-related structs into x509_lcl.h.
Theo Buehler
2015-09-30
Remove support for NO_ASN1_TYPEDEFS.
Doug Hogan
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-24
Almost nothing actually needs to include <openssl/e_os2.h>, however by
Joel Sing
2014-04-20
More KNF.
Joel Sing
2014-04-17
Use of OPENSSL_SYS_xxx defines in public header files considered harmful.
Miod Vallat
2014-04-15
First pass at applying KNF to the OpenSSL code, which almost makes it
Joel Sing
2012-10-13
resolve conflicts
Damien Miller
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2009-01-05
update to openssl-0.9.8i; tested by several, especially krw@
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2003-05-12
merge 0.9.7b with local changes; crank majors for libssl/libcrypto
Markus Friedl
2002-05-15
import openssl-0.9.7-beta1
Bob Beck