summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement an improved version of the EVP AEAD API. Thejsing2014-05-265-106/+109
* KNF.jsing2014-05-263-360/+479
* KNF.jsing2014-05-267-538/+656
* KNF.jsing2014-05-266-1443/+1555
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-2513-40/+21
* "for every change..."tedu2014-05-252-2/+2
* remove OPENSSL_memcmp before somebody tries to use it. ok beck miodtedu2014-05-251-6/+0
* remove OPENSSL_isservice. not used internally, no sane posix software willtedu2014-05-251-6/+0
* remove unused shit. from Alexander Schrijvertedu2014-05-252-4/+2
* define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselvestedu2014-05-252-2/+4
* Turn off MemCheck_on and MemCheck_off. These calls are pointless since thejsing2014-05-251-13/+3
* Remove the _shadow_ indirection, which is unnecessary in a world withoutjsing2014-05-243-7/+4
* KNF.jsing2014-05-2415-2218/+1913
* More KNF.jsing2014-05-241-2/+2
* KNF.jsing2014-05-244-91/+91
* We have shared global variables - unifdef OPENSSL_EXPORT_VAR_AS_FUNCTION.jsing2014-05-242-69/+0
* Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h.jsing2014-05-243-8/+7
* Another e_os2.h -> opensslconf.h.jsing2014-05-241-1/+3
* e_os2.h is not needed here.jsing2014-05-241-1/+1
* Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (atjsing2014-05-241-2/+3
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-2426-28/+49
* Expand OPENSSL_{GLOBAL,EXTERN} macros that I missed last time around,jsing2014-05-242-2/+2
* Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).jsing2014-05-244-15/+15
* No OPENSSL_SYS_WINDOWS wanted.jsing2014-05-241-3/+0
* Take an axe to rc5speed.c - strip out everything that is for otherjsing2014-05-231-84/+9
* We have stdio and are not WIN16.jsing2014-05-231-2/+0
* Not OPENSSL_SYS_SUNOS.jsing2014-05-231-3/+0
* Replace (sometimes conditional) use of alloca with malloc, and clearingmiod2014-05-232-39/+16
* don't deprecate until at least the base src tree is clean.tedu2014-05-231-12/+8
* Mark the malloc wrapper functions as deprecated so warnings willbeck2014-05-221-8/+12
* Convert OPENSSL_malloc stuff back to intrinsics, a few were missedbeck2014-05-223-6/+6
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-2225-81/+42
* Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing2014-05-227-22/+20
* Hello? Yes, you're speaking with OPENSSL_SYS_UNIX.jsing2014-05-221-28/+0
* mark BIO_snprintf as deprecated, so warnings will be generated for it'sbeck2014-05-221-2/+2
* KNF.jsing2014-05-223-171/+154
* No uses of UTF8_{getc,putc}() in ports, so remove them from the public header.guenther2014-05-222-9/+8
* Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byteguenther2014-05-204-93/+88
* If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2',miod2014-05-183-6/+6
* Make sure UTF8_getc() is invoked with the proper buffer size.miod2014-05-181-2/+2
* Plug memory leaks upon error in OCSP_url_svcloc_new().miod2014-05-181-6/+9
* In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL.miod2014-05-181-4/+6
* More KNF.jsing2014-05-1810-193/+208
* does sunos not have memmove? sorry, i guess sunos will not have libressl.tedu2014-05-171-21/+3
* unchecked malloc() return value in OCSP_sendreq_new().miod2014-05-171-0/+2
* KNFmiod2014-05-178-1274/+1332
* simple reallocarray to check multiplies. ok guenthertedu2014-05-171-6/+4
* no no md2tedu2014-05-173-9/+0
* no no seedtedu2014-05-172-17/+0
* switch RSA key generation default to 2048 bits (matching ssh); ok miod@sthen2014-05-171-1/+1