openssl/crypto
Rich Salz cf2cede4a7 Move pqueue into ssl
This is an internal facility, never documented, not for
public consumption.  Move it into ssl (where it's only used
for DTLS).

I also made the typedef's for pqueue and pitem follow our style: they
name structures, not pointers.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-24 18:25:04 -05:00
..
aes Remove update tags 2016-01-20 09:09:14 -05:00
asn1 Fix possible memory leak on BUF_MEM_grow_clean failure 2016-01-24 00:47:13 +01:00
async Remove update tags 2016-01-20 09:09:14 -05:00
bf Remove update tags 2016-01-20 09:09:14 -05:00
bio Remove update tags 2016-01-20 09:09:14 -05:00
bn Consolidate "make update" 2016-01-20 09:09:14 -05:00
buffer Remove update tags 2016-01-20 09:09:14 -05:00
camellia Remove update tags 2016-01-20 09:09:14 -05:00
cast Remove update tags 2016-01-20 09:09:14 -05:00
chacha Remove update tags 2016-01-20 09:09:14 -05:00
cmac Remove update tags 2016-01-20 09:09:14 -05:00
cms Remove update tags 2016-01-20 09:09:14 -05:00
comp Remove update tags 2016-01-20 09:09:14 -05:00
conf Remove update tags 2016-01-20 09:09:14 -05:00
ct Remove update tags 2016-01-20 09:09:14 -05:00
des Remove update tags 2016-01-20 09:09:14 -05:00
dh Remove update tags 2016-01-20 09:09:14 -05:00
dsa Remove update tags 2016-01-20 09:09:14 -05:00
dso Fix two possible leaks. 2016-01-24 00:47:41 +01:00
ec RT3863 ECC: Add missing NULL check. Set a flag 2016-01-21 14:06:57 +02:00
engine Fix two possible leaks. 2016-01-24 00:47:41 +01:00
err Remove update tags 2016-01-20 09:09:14 -05:00
evp Remove update tags 2016-01-20 09:09:14 -05:00
hmac Remove update tags 2016-01-20 09:09:14 -05:00
idea Remove update tags 2016-01-20 09:09:14 -05:00
include/internal make EVP_PKEY opaque 2016-01-20 03:24:59 +00:00
jpake Remove update tags 2016-01-20 09:09:14 -05:00
kdf prf redirection build fixes 2016-01-19 15:33:45 +00:00
lhash Remove update tags 2016-01-20 09:09:14 -05:00
md2 Remove update tags 2016-01-20 09:09:14 -05:00
md4 Remove update tags 2016-01-20 09:09:14 -05:00
md5 Remove update tags 2016-01-20 09:09:14 -05:00
mdc2 Remove update tags 2016-01-20 09:09:14 -05:00
modes Remove update tags 2016-01-20 09:09:14 -05:00
objects Consolidate "make update" 2016-01-20 09:09:14 -05:00
ocsp Remove update tags 2016-01-20 09:09:14 -05:00
pem Remove update tags 2016-01-20 09:09:14 -05:00
perlasm ARMv4 assembly pack: allow Thumb2 even in iOS build, 2015-12-07 12:06:06 +01:00
pkcs7 Remove update tags 2016-01-20 09:09:14 -05:00
pkcs12 Remove update tags 2016-01-20 09:09:14 -05:00
poly1305 Remove update tags 2016-01-20 09:09:14 -05:00
rand Remove update tags 2016-01-20 09:09:14 -05:00
rc2 Remove update tags 2016-01-20 09:09:14 -05:00
rc4 Remove update tags 2016-01-20 09:09:14 -05:00
rc5 Remove update tags 2016-01-20 09:09:14 -05:00
ripemd Remove update tags 2016-01-20 09:09:14 -05:00
rsa Remove update tags 2016-01-20 09:09:14 -05:00
seed Remove update tags 2016-01-20 09:09:14 -05:00
sha Remove update tags 2016-01-20 09:09:14 -05:00
srp Remove update tags 2016-01-20 09:09:14 -05:00
stack Remove update tags 2016-01-20 09:09:14 -05:00
store Fix store with opaque data 2016-01-23 21:01:43 +01:00
ts Remove update tags 2016-01-20 09:09:14 -05:00
txt_db Remove update tags 2016-01-20 09:09:14 -05:00
ui Remove update tags 2016-01-20 09:09:14 -05:00
whrlpool Remove update tags 2016-01-20 09:09:14 -05:00
x509 Reject when explicit trust EKU are set and none match. 2016-01-20 19:03:36 -05:00
x509v3 Remove update tags 2016-01-20 09:09:14 -05:00
alphacpuid.pl
arm64cpuid.pl Add assembly support to ios64-cross. 2015-01-23 15:38:41 +01:00
arm_arch.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
armcap.c Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
armv4cpuid.pl ARMv4 assembly pack: implement support for Thumb2. 2015-09-25 13:34:02 +02:00
c64xpluscpuid.pl C64x+ assembly pack: make it work with older toolchain. 2014-05-04 16:38:32 +02:00
cpt_err.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
cryptlib.c Fix no-stdio build 2015-09-29 21:59:19 -04:00
crypto-lib.com Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
cversion.c Explicit OpenSSL_version_num() implementation prototype 2015-11-15 00:02:57 -05:00
ebcdic.c Appease clang -Wempty-translation-unit 2015-04-04 17:05:49 +02:00
ex_data.c Only declare stacks in headers 2016-01-07 18:00:51 +00:00
fips_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
fips_ers.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ia64cpuid.S
install-crypto.com Remove remaining Kerberos references 2015-05-13 15:08:10 +01:00
lock.c Only declare stacks in headers 2016-01-07 18:00:51 +00:00
LPdir_nyi.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
LPdir_unix.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
LPdir_vms.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
LPdir_win.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
LPdir_win32.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
LPdir_wince.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
Makefile.in Remove update tags 2016-01-20 09:09:14 -05:00
mem.c Enable/disable crypto-mdebug just like other features 2016-01-11 02:41:16 +00:00
mem_clr.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
mem_dbg.c Function pop_info() returned a dangling pointer 2016-01-11 20:30:37 +01:00
mem_sec.c RT41897: Add an CRYPTO_secure_actual_size 2016-01-09 19:13:15 -05:00
o_dir.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
o_dir_test.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
o_fips.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
o_init.c Dead code cleanup: crypto/*.c, x509v3, demos 2015-02-02 11:08:16 -05:00
o_str.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
o_time.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
opensslconf.h.in Refactor file writing - rewrite crypto/opensslconf.h.in as template 2016-01-23 09:37:39 +01:00
pariscid.pl
ppc_arch.h crypto/ppccap.c: add SIGILL-free processor capability detection code. 2015-12-14 16:08:49 +01:00
ppccap.c crypto/ppccap.c: add SIGILL-free processor capability detection code. 2015-12-14 16:08:49 +01:00
ppccpuid.pl crpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc. 2015-12-14 16:09:25 +01:00
s390xcap.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
s390xcpuid.S
sparc_arch.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
sparccpuid.S Conversion to UTF-8 where needed 2015-07-14 01:10:01 +02:00
sparcv9cap.c crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris. 2015-12-02 10:53:33 +01:00
thr_id.c Backwards-compatibility subject to OPENSSL_API_COMPAT 2016-01-07 20:53:18 -05:00
uid.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
vms_rms.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
x86_64cpuid.pl
x86cpuid.pl Undo a90081576c 2014-08-09 08:02:20 -04:00