aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov2015-12-031-3/+19
* perlasm/ppc-xlate.pl: comply with ABIs that specify vrsave as reserved.Andy Polyakov2015-12-031-0/+20
* modes/ocb128.c: fix sanitizer warning.Andy Polyakov2015-12-021-7/+7
* Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson2015-12-021-2/+2
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-0217-387/+67
* Add backtrace to memory leak outputRichard Levitte2015-12-021-26/+49
* crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris.Andy Polyakov2015-12-021-0/+47
* modes/ocb128.c: split fixed block xors to aligned and misaligned.Andy Polyakov2015-12-022-57/+26
* modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookupAndy Polyakov2015-12-021-8/+29
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-0113-131/+97
* Remove BN_initRich Salz2015-11-306-12/+14
* Remove X509_VERIFY_PARAM_IDDr. Stephen Henson2015-11-263-73/+49
* Fix a NULL deref in an error pathMatt Caswell2015-11-261-1/+1
* Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell2015-11-267-129/+194
* Remove useless locking codeAlessandro Ghedini2015-11-241-2/+0
* mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner2015-11-241-0/+1
* Add ctrl for SHA1 and SSLv3Dr. Stephen Henson2015-11-241-0/+55
* make updateDr. Stephen Henson2015-11-241-0/+15
* Add EVP_MD_CTX_ctrl function.Dr. Stephen Henson2015-11-241-0/+11
* Add ssl3 ctrl to EVP_md5_sha1().Dr. Stephen Henson2015-11-241-0/+70
* Add MD5+SHA1Dr. Stephen Henson2015-11-243-2/+117
* Fix uninitialised p error.Dr. Stephen Henson2015-11-241-1/+1
* Limit depth of ASN1 parse printing.Dr. Stephen Henson2015-11-241-0/+9
* "make update" after async merge.Rich Salz2015-11-232-11/+19
* Fix a few missed "if (!ptr)" cleanupsRich Salz2015-11-232-5/+4
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-231-0/+2
* x86_64 assembly pack: tune clang version detection.Andy Polyakov2015-11-2313-13/+13
* e_os.h: __sun done right.Andy Polyakov2015-11-231-1/+1
* Async error handling and MacOS/X fixesViktor Dukhovni2015-11-227-50/+50
* Use defined(__sun) instead of defined(sun)Kurt Roeckx2015-11-221-1/+1
* Fix STRICT_ALIGNMENT for whrlpoolAndy Polyakov2015-11-211-20/+23
* Declare cleanse_ctr variable as externAlessandro Ghedini2015-11-211-0/+1
* Fix (minor) problems found by ubsanAlessandro Ghedini2015-11-211-1/+1
* Implement windows async thread local variable supportMatt Caswell2015-11-207-17/+124
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-206-24/+62
* Simplify async pool handlingMatt Caswell2015-11-209-176/+96
* Swap to using proper windows pipesMatt Caswell2015-11-205-21/+25
* Fix some style issuesMatt Caswell2015-11-203-35/+38
* Fix async deadlock problemMatt Caswell2015-11-201-0/+17
* Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2015-11-202-3/+32
* Further OS-X deprecated warnings tweakMatt Caswell2015-11-201-1/+3
* Fix bug in async_fibre_makecontext for POSIXMatt Caswell2015-11-201-2/+2
* Fix compilation error on OS-XMatt Caswell2015-11-201-0/+6
* Fix clang errorsMatt Caswell2015-11-201-13/+17
* Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell2015-11-201-2/+2
* Fix Linux crashMatt Caswell2015-11-201-0/+8
* Tweak async documentation based on feedbackMatt Caswell2015-11-201-3/+3
* make updateMatt Caswell2015-11-202-22/+30
* Add ASYNC error codesMatt Caswell2015-11-206-10/+135
* Normalise ASYNC namingMatt Caswell2015-11-207-99/+98