summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-04-10Hide a couple of LCRYPTO_UNUSED in asn1.hBob Beck
2024-04-10Add RC2 symbols to Symbols.namespace.Bob Beck
2024-04-10Finish hiding symbols in rand.hBob Beck
2024-04-10Finish Hiding symbols in crypto.hBob Beck
2024-04-09Add a comment on abuse of EXFLAG_INVALIDTheo Buehler
2024-04-09Add hidden conf.h, missed in an earlier commitTheo Buehler
2024-04-09Hide symbols in conf.hBob Beck
2024-04-09Plug leaks in ASN1_TIME_set_string_internal()Theo Buehler
2024-04-09Hide public symbols in x509.hBob Beck
2024-04-09Hide public symbols in evp.hBob Beck
2024-04-09Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128.Bob Beck
2024-04-09Clean up Symbols.namespaceBob Beck
2024-04-08Remove notBefore and notAfter cacheing.Bob Beck
2024-04-08Remove spaces before tabsTheo Buehler
2024-04-08Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pageBob Beck
2024-04-08more ansi function declsJonathan Gray
2024-04-07Rework CMS_add_simple_smimecap()Theo Buehler
2024-04-05ANSI functions; ok tbTheo de Raadt
2024-04-04Remove incorrect function countsTheo Buehler
2024-04-04Recommit a better version of the removal of the F5 workaroundTheo Buehler
2024-04-04tzset_basic: only call issetugid(2) if TZ has changedTodd C. Miller
2024-04-03Reading https://github.com/Geal/rust-syslog/issues/79, I came to aTheo de Raadt
2024-04-02Backout previous commit (intending that libressl client rejects a supportedStuart Henderson
2024-04-02Implement SO_ACCEPTCONN in getsockopt(2)Claudio Jeker
2024-04-02fix unintended sizeof(pointer) introduced in rev 1.41Jonathan Gray
2024-04-02Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0_by_nid()Theo Buehler
2024-04-01pinsyscalls appeared in 7.5Sebastian Benoit
2024-04-01Add some #ifdef XML_TESTING to the libexpat tests.Alexander Bluhm
2024-04-01Update libexpat to version 2.6.2.Alexander Bluhm
2024-03-30Add missing LCRYPTO_ALIAS()Theo Buehler
2024-03-30Fix LCRYPTO_UNUSED() in namespace buildsTheo Buehler
2024-03-30In _malloc_init(), round up the region being mprotected RW to the mallocMiod Vallat
2024-03-30Hide symbols in aesjoshua
2024-03-30Hide symbols in camelliajoshua
2024-03-30Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS/CBB.Joel Sing
2024-03-30Hide symbols in whrlpooljoshua
2024-03-30Hide symbols in CMSjoshua
2024-03-30Remove pointless guard in cms headerjoshua
2024-03-29Do not include <machine/frame.h> in libc sparc64 fpu routines, they don'tMiod Vallat
2024-03-29Tweak defines since the Td4 table is only used for AES_{encrypt,decrypt}Joel Sing
2024-03-29Always use C functions for AES_{encrypt,decrypt}().Joel Sing
2024-03-29Remove previously missed idea file.Joel Sing
2024-03-29Consolidate cast code.Joel Sing
2024-03-29Consolidate camellia code.Joel Sing
2024-03-29Move camellia to primary Makefile.Joel Sing
2024-03-29Remove now unused camellia assembly implementations.Joel Sing
2024-03-29Stop building camellia assembly on amd64 and i386.Joel Sing
2024-03-29Simplify the conditionals for architectures which do not need any particularMiod Vallat
2024-03-29the msyscall(2) manual page can be deleted.Theo de Raadt
2024-03-29Sprinkle a few references to RFC 8419Theo Buehler