Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -2/+2 |
| | | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb | ||||
* | Rename asn1_enc_free() to asn1_enc_cleanup(). | jsing | 2022-05-12 | 1 | -2/+2 |
| | | | | | | | This function does not actually free an ASN1_ENCODING, which are embedded in a struct. Name suggested by tb@ | ||||
* | Rewrite asn1_enc_save() using CBS. | jsing | 2022-05-12 | 1 | -41/+62 |
| | | | | | | Rework and clean up other asn1_enc_* related functions while here. ok tb@ | ||||
* | Use freezero() with ASN1_ENCODING. | jsing | 2022-05-12 | 1 | -3/+3 |
| | | | | | | | | While ASN1_ENCODING is currently only used with types that should only contain public information, we assume that ASN.1 may contain sensitive information, hence use freezero() here instead of free(). ok deraadt@ tb@ | ||||
* | Remove ASN.1 combining. | jsing | 2022-05-10 | 1 | -3/+1 |
| | | | | | | | | This was an option used to combine ASN.1 into a single structure, which was only ever used by DSAPublicKey and X509_ATTRIBUTE. Since they no longer use it we can mop this up and simplify all of the related code. ok tb@ | ||||
* | Indent goto labels for diffability. | jsing | 2021-12-25 | 1 | -2/+2 |
| | | | | Whitespace change only. | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -3/+2 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | Manually expand ASN.1 template macros - only change in generated assembly | jsing | 2015-07-25 | 1 | -2/+2 |
| | | | | is due to line numbering. | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | no need for null check before free. from Brendan MacDonell | tedu | 2014-05-30 | 1 | -4/+2 |
| | |||||
* | More KNF. | jsing | 2014-04-18 | 1 | -26/+42 |
| | |||||
* | lob a few more knf grenades in here to soften things up. | tedu | 2014-04-18 | 1 | -10/+5 |
| | |||||
* | putting most of the braces in the right column is the very least we can do. | tedu | 2014-04-18 | 1 | -28/+28 |
| | |||||
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -7/+0 |
| | | | | ok miod | ||||
* | 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 | ||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -51/+77 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+253 |