summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-02-10Configure et al: move the installation directory logic to MakefilesRichard Levitte
2016-02-10Can't re-init after stop.Rich Salz
2016-02-10Remove store.Rich Salz
2016-02-10If we've not been inited don't deinitMatt Caswell
2016-02-10chacha/asm/chacha-x86.pl: fix nasm compilation.Andy Polyakov
2016-02-10poly1305/poly1305.c: work around -Wshadow warnings with POLY1305_ASM.Andy Polyakov
2016-02-10x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-10VMS getnameinfo() seems to have a bug with returned service stringRichard Levitte
2016-02-10Make sure to always include string.h so memset gets declared.Richard Levitte
2016-02-09Don't run RC4 test with no-rc4Rich Salz
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-09Make some global variables staticMatt Caswell
2016-02-09NULL the thread_local_inits_st pointer after useMatt Caswell
2016-02-09Stop library before checking for mem leaksMatt Caswell
2016-02-09Portability fixRich Salz
2016-02-09s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Correct copyright date for internal header fileMatt Caswell
2016-02-09Update build.info files for auto-init/de-initMatt Caswell
2016-02-09Avoid a race condition in loading config settingsMatt Caswell
2016-02-09Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell
2016-02-09Provide a thread stop APIMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell
2016-02-08Small fixesRichard Levitte
2016-02-08add missing file p12_lcl.hDr. Stephen Henson
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-08Following the PKCS#12 update, update crypto/pkcs12/build.info as wellRichard Levitte
2016-02-08fix various formatting issuesDr. Stephen Henson
2016-02-08use new function namesDr. Stephen Henson
2016-02-08Add p12_sbag.c to Makefile.inDr. Stephen Henson
2016-02-08Reorganise functions.Dr. Stephen Henson
2016-02-08Use new namesDr. Stephen Henson
2016-02-08Rename PKCS12 functionDr. Stephen Henson
2016-02-08pkcs12 accessorsDr. Stephen Henson
2016-02-08more PKCS12 opacityDr. Stephen Henson
2016-02-08New PKCS12 accessors, change macros to functions.Dr. Stephen Henson
2016-02-08Make PKCS12 structures opaqueDr. Stephen Henson
2016-02-08GH641: Don't care openssl_zmallocRich Salz
2016-02-08bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov
2016-02-08bn/Makefile.in: remove obsolete rules.Andy Polyakov
2016-02-08avoid crash if hostserv is with host part onlyRoumen Petrov
2016-02-08GH322 revisited: remove unused function.Rich Salz
2016-02-06if no comparison function set make sk_sort no opDr. Stephen Henson
2016-02-06Enhance and clear the support of linker flagsRichard Levitte
2016-02-05Add a BIO_ADDR_clear functionMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05Ensure correct chain depth for policy checks with DANE bare key TAViktor Dukhovni
2016-02-05Long overdue cleanup of X509 policy tree verificationViktor Dukhovni
2016-02-05Fix return code in CRYPTO_mem_leaks_fp()Dr. Stephen Henson