Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Crank default salt length of PBE2 to 16 octets | tb | 2025-05-24 | 1 | -2/+5 |
| | | | | | | | | | | FIPS is currently revising their PBKDF2 recommendations and apparently they want to require 16 octets. https://github.com/pyca/cryptography/issues/12949 https://github.com/libressl/portable/issues/1168 ok kenjiro joshua jsing | ||||
* | Use err_local.h rather than err.h in most places | tb | 2025-05-10 | 1 | -2/+2 |
| | | | | ok jsing | ||||
* | Hide global _it variables in x509.h | beck | 2024-07-08 | 1 | -1/+2 |
| | | | | ok tb@ | ||||
* | PKCS#1.5 PBE: test and assign | tb | 2024-03-28 | 1 | -3/+2 |
| | |||||
* | Remove most PBEPARAM stuff from public visibility | tb | 2024-03-02 | 1 | -1/+3 |
| | | | | | | The struct itself needs to remain public, unfortunately. ok jsing | ||||
* | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 1 | -7/+1 |
| | | | | | | | | me aliasing symbols not in the headers I was procesing. This unbreaks the namespace build so it will pass again ok tb@ | ||||
* | Hide symbols in asn1 and bio | beck | 2023-07-05 | 1 | -1/+7 |
| | | | | ok jsing@ | ||||
* | 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 | -6/+6 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | Expand ASN1_ITEM_rptr and ASN1_ITEM_ptr macros - no change in generated | jsing | 2016-12-30 | 1 | -2/+2 |
| | | | | assembly. | ||||
* | Remove initialisers with default values from the ASN1 data structures. | jsing | 2015-02-11 | 1 | -6/+1 |
| | | | | | Minor changes in generated assembly due to the compiler swapping from .quad 0/.long 0 to .zero, along with changes due to line numbering. | ||||
* | Expand most of the ASN1_SEQUENCE* and associated macros, making the data | jsing | 2015-02-11 | 1 | -5/+27 |
| | | | | | | | | | | structures visible and easier to review, without having to wade through layers and layers of asn1t.h macros. Change has been scripted and the generated assembly only differs by changes to line numbers. Discussed with beck@ miod@ tedu@ | ||||
* | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and | jsing | 2015-02-09 | 1 | -2/+26 |
| | | | | | | | | | functions can be readily located. Change has been scripted and the generated assembly only differs by changes to line numbers. Discussed with beck@ miod@ tedu@ | ||||
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-22 | 1 | -4/+4 |
| | | | | | | | | arc4random_buf() is guaranteed to always succeed - it is worth noting that a number of the replaced function calls were already missing return value checks. ok deraadt@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -3/+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@ | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -1/+3 |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | ASN1_STRING_free can handle NULL, so callers don't need to check. ok miod | tedu | 2014-07-09 | 1 | -3/+2 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | More KNF. | jsing | 2014-04-19 | 1 | -15/+16 |
| | |||||
* | 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 | -14/+14 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -44/+61 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -7/+8 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -9/+17 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -41/+6 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -2/+2 |
| | |||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -6/+7 |
| | | | | | | *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/+156 |