| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove sm3_local.h | Theo Buehler | 2023-07-08 | 1 | -1/+0 |
* | Add hidden ecdh.h, sm3.h | Theo Buehler | 2023-07-08 | 1 | -0/+2 |
* | Remove hidden sm3.h and evp.h again | Theo Buehler | 2023-07-08 | 1 | -2/+0 |
* | Add hidden ec.h, ecdh.h, err.h, evp.h hkdf.h | Theo Buehler | 2023-07-07 | 1 | -0/+5 |
* | Add hidden rc2.h, pem.h, lhash.h | Theo Buehler | 2023-07-07 | 1 | -0/+3 |
* | Add hidden poly1305.h rand.h sm3.h sm4.h | Theo Buehler | 2023-07-07 | 1 | -0/+4 |
* | fixes #681, allow override of library POSTFIX for nested builds | Brent Cook | 2023-07-07 | 1 | -1/+1 |
* | Land #886, add compat getopt implementation | Brent Cook | 2023-07-07 | 2 | -0/+533 |
|\ |
|
| * | add compat getopt implementation, remove patches | Brent Cook | 2023-07-07 | 2 | -0/+533 |
* | | Land #883, improve socket / file descriptor checks on Windows | Brent Cook | 2023-07-07 | 1 | -24/+89 |
|\ \
| |/
|/| |
|
| * | fix get/setsockopt reversed logic | Brent Cook | 2023-07-06 | 1 | -2/+2 |
| * | remove unneeded extern since we're not trying to hack this into mingw-w64 | Brent Cook | 2023-07-06 | 1 | -12/+0 |
| * | change socket / file descriptor checks on windows | Brent Cook | 2023-07-06 | 1 | -24/+101 |
* | | hook bn_print to build | Theo Buehler | 2023-07-07 | 2 | -0/+2 |
* | | Add hidden ts.h | Theo Buehler | 2023-07-07 | 1 | -0/+1 |
|/ |
|
* | Add hidden asn1.h, asn1t.h, bio.h to build | Theo Buehler | 2023-07-05 | 1 | -0/+3 |
* | Add hidden/openssl/chacha.h | Theo Buehler | 2023-07-05 | 1 | -0/+1 |
* | Some ECDH and ECDSA files were (re)moved | Theo Buehler | 2023-07-05 | 2 | -9/+5 |
* | generate opensslconf.h in build dir for cmake | Brent Cook | 2023-07-04 | 1 | -1/+2 |
* | third try's a charm | Brent Cook | 2023-07-03 | 2 | -2/+2 |
* | define endbr64 as nop | Brent Cook | 2023-07-03 | 2 | -2/+2 |
* | move endbr64 removal to preprocessor | Brent Cook | 2023-07-03 | 2 | -0/+2 |
* | ech_local.h was removed | Theo Buehler | 2023-06-25 | 1 | -1/+0 |
* | Link bn_primitives.c to the build | Theo Buehler | 2023-06-21 | 2 | -0/+2 |
* | Remove cms_cd.c | Theo Buehler | 2023-06-11 | 2 | -2/+0 |
* | unexport internal compat symbols from libcrypto | Brent Cook | 2023-05-27 | 1 | -66/+0 |
* | Add back rsa_x931.c for salt | Theo Buehler | 2023-05-05 | 2 | -0/+2 |
* | Unhook policy code | Theo Buehler | 2023-04-28 | 2 | -13/+0 |
* | Link x509_policy.c to the build | Theo Buehler | 2023-04-26 | 2 | -0/+2 |
* | bio_pk7.c was removed | Theo Buehler | 2023-04-26 | 2 | -2/+0 |
* | e_old.c went away again | Theo Buehler | 2023-04-26 | 2 | -2/+0 |
* | add back e_old.c | Theo Buehler | 2023-04-25 | 2 | -0/+2 |
* | A handful of files were removed | Theo Buehler | 2023-04-25 | 2 | -28/+0 |
* | x509_enum.c is gone | Theo Buehler | 2023-04-21 | 2 | -2/+0 |
* | bn_mpi.c is no more | Theo Buehler | 2023-04-17 | 2 | -2/+0 |
* | Link sha3 to build. | Theo Buehler | 2023-04-17 | 2 | -0/+5 |
* | Drop dh_prn.c | Theo Buehler | 2023-04-17 | 2 | -2/+0 |
* | sha_internal.h is in crypto/sha | Theo Buehler | 2023-04-16 | 2 | -0/+2 |
* | ext_dat.h and vpm_int.h are gone | Theo Buehler | 2023-04-16 | 1 | -2/+0 |
* | Drop GF2m assembly | Theo Buehler | 2023-04-15 | 6 | -20/+0 |
* | Update file lists | Theo Buehler | 2023-04-14 | 2 | -2/+3 |
* | Remove no longer existing *_depr.c and ecs_*.c | Theo Buehler | 2023-04-13 | 2 | -10/+0 |
* | Drop sha_local.h add crypto_internal.h | Theo Buehler | 2023-04-12 | 1 | -1/+1 |
* | Update for mod_sqrt and sha1 changes | Theo Buehler | 2023-04-11 | 2 | -6/+4 |
* | fix mips/mips64 builds | Brent Cook | 2023-03-23 | 4 | -4/+84 |
* | Link cipher_method_lib.c to -portable build | Theo Buehler | 2023-03-11 | 2 | -0/+2 |
* | stop exposing hidden defines in public opensslconf.h | Brent Cook | 2023-02-28 | 2 | -2/+2 |
* | disable BN asm for amd64 win32 build | Brent Cook | 2023-02-27 | 1 | -13/+0 |
* | include more asm files | Brent Cook | 2023-02-23 | 4 | -0/+17 |
* | generally disable asm for now | Brent Cook | 2023-02-21 | 2 | -0/+24 |