Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate various ASN.1 code. | jsing | 2021-12-15 | 1 | -190/+0 |
| | | | | | | | | | Rather than having multiple files per type (with minimal code per file), use one file per type (a_<type>.c). No functional change. Discussed with tb@ | ||||
* | re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19 | schwarze | 2021-11-23 | 1 | -14/+6 |
| | | | | | | to fix the same double-counting of the backslash and to make the parsing stricter in the same way; OK tb@ | ||||
* | Add const to functions in asn1/asn1.h as they did in OpenSSL. | tb | 2018-04-25 | 1 | -2/+2 |
| | | | | | | | BIO_f_asn1() will be taken care of later. Tested in a bulk by sthen ok bcook jca jsing | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -8/+5 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -3/+4 |
| | | | | | | | | 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@ | ||||
* | Use size_t as realloc() size argument whenever possible. ok tedu@ | miod | 2014-07-10 | 1 | -3/+4 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2', | miod | 2014-05-18 | 1 | -2/+2 |
| | | | | | | this is confusing and unnecessary. Help (coz I got confused) and ok guenther@ beck@ | ||||
* | static const char * = "" -> static const char[] = "", to produce shorter code. | miod | 2014-04-27 | 1 | -1/+1 |
| | | | | No functional change. | ||||
* | fix memory leaks. from Dirk Engling | tedu | 2014-04-22 | 1 | -7/+4 |
| | |||||
* | improve realloc/calloc/malloc patterns; ok guenther | deraadt | 2014-04-21 | 1 | -6/+1 |
| | |||||
* | More KNF. | jsing | 2014-04-19 | 1 | -78/+95 |
| | |||||
* | lob a few more knf grenades in here to soften things up. | tedu | 2014-04-18 | 1 | -33/+16 |
| | |||||
* | putting most of the braces in the right column is the very least we can do. | tedu | 2014-04-18 | 1 | -32/+32 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -3/+3 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -3/+3 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -1/+1 |
| | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | ||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -0/+207 |