Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a const qualifier to the argument of UI_method_get_closer(), | tb | 2018-06-02 | 1 | -7/+7 |
| | | | | | | | | | UI_method_get_flusher(), UI_method_get_opener(), UI_method_get_prompt_constructor(), UI_method_get_reader(), and UI_method_get_writer(). tested in a bulk build by sthen ok jsing | ||||
* | UI_METHOD *UI_create_method(const char *name). | tb | 2018-05-19 | 1 | -2/+2 |
| | | | | | | ^^^^^ tested in a bulk build by sthen ok jsing | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -29/+23 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | don't go into an unbreakable infinite loop during operations such | tedu | 2016-04-28 | 1 | -1/+2 |
| | | | | | as reading passwords. allow ^C to break. the pain was mine, the fix is miod's. | ||||
* | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 1 | -2/+2 |
| | | | | 15 years. | ||||
* | Use string literals in printf style calls so gcc's -Wformat works. | doug | 2014-10-03 | 1 | -6/+10 |
| | | | | ok tedu@, miod@ | ||||
* | Kill a bunch more BUF_strdup's - these are converted to have a check for | beck | 2014-07-22 | 1 | -3/+3 |
| | | | | | NULL before an intrinsic strdup. ok miod@ | ||||
* | The bell tolls for BUF_strdup - Start the migration to using | beck | 2014-07-13 | 1 | -9/+9 |
| | | | | | | intrinsics. This is the easy ones, a few left to check one at a time. ok miod@ deraadt@ | ||||
* | adapt addapt spelling to adapt; request from miod | deraadt | 2014-07-11 | 1 | -3/+3 |
| | |||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -4/+3 |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 1 | -1/+1 |
| | |||||
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -2/+2 |
| | | | | ok miod | ||||
* | calloc instead of malloc/memset. from Benjamin Baier | tedu | 2014-05-25 | 1 | -4/+3 |
| | |||||
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+4 |
| | | | | | | | including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@ | ||||
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 1 | -8/+4 |
| | | | | eyeballed before applying. Contributed by Cyril Roelandt on tech@ | ||||
* | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 1 | -24/+19 |
| | | | | | | | | This avoids a lot of ugly gymnastics to do snprintfs before sending the bag of strings to ERR, and eliminates at least one place in dso_dlfctn.c where it was being called with the incorrect number of arguments and using random things off the stack as addresses of strings. ok krw@, jsing@ | ||||
* | Use const char *. | jsing | 2014-04-25 | 1 | -1/+1 |
| | | | | Suggested by miod@ | ||||
* | Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid an | jsing | 2014-04-24 | 1 | -25/+12 |
| | | | | | | unchecked malloc at the same time. ok beck@ | ||||
* | More KNF. | jsing | 2014-04-24 | 1 | -35/+35 |
| | |||||
* | Restore beck's rev 1.8: snprintf() was reviewed. | guenther | 2014-04-20 | 1 | -2/+2 |
| | |||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -2/+2 |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | ||||
* | use intrinsic strlcpy and strlcat everywhere so we only have one set of | beck | 2014-04-19 | 1 | -6/+6 |
| | | | | | | funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat for API comptibility only. ok tedu@ | ||||
* | More KNF. | jsing | 2014-04-18 | 1 | -112/+115 |
| | |||||
* | stab at indentation | tedu | 2014-04-17 | 1 | -524/+498 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -16/+16 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -2/+2 |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -0/+19 |
| | |||||
* | resolve conflicts | djm | 2009-04-06 | 1 | -0/+1 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -3/+5 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -7/+7 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -4/+6 |
| | |||||
* | Less strcpy/strcat/sprintf. tdeval@ ok. | ho | 2003-03-16 | 1 | -6/+7 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+899 |