File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
3+ *
4+ * Licensed under the OpenSSL license (the "License"). You may not use
5+ * this file except in compliance with the License. You can obtain a copy
6+ * in the file LICENSE in the source distribution or at
7+ * https://www.openssl.org/source/license.html
8+ */
9+
110#include <string.h>
211#include <openssl/err.h>
312#include <openssl/ssl.h>
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
3+ *
4+ * Licensed under the OpenSSL license (the "License"). You may not use
5+ * this file except in compliance with the License. You can obtain a copy
6+ * in the file LICENSE in the source distribution or at
7+ * https://www.openssl.org/source/license.html
8+ */
9+
110#include <string.h>
211#include <openssl/err.h>
312#include <openssl/ssl.h>
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
3+ *
4+ * Licensed under the OpenSSL license (the "License"). You may not use
5+ * this file except in compliance with the License. You can obtain a copy
6+ * in the file LICENSE in the source distribution or at
7+ * https://www.openssl.org/source/license.html
8+ */
9+
110/*-
211 * A minimal program to serve an SSL connection.
312 * It uses blocking.
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
3+ *
4+ * Licensed under the OpenSSL license (the "License"). You may not use
5+ * this file except in compliance with the License. You can obtain a copy
6+ * in the file LICENSE in the source distribution or at
7+ * https://www.openssl.org/source/license.html
8+ */
9+
110/*-
211 * A minimal program to do SSL to a passed host and port.
312 * It is actually using non-blocking IO but in a very simple manner
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
3+ *
4+ * Licensed under the OpenSSL license (the "License"). You may not use
5+ * this file except in compliance with the License. You can obtain a copy
6+ * in the file LICENSE in the source distribution or at
7+ * https://www.openssl.org/source/license.html
8+ */
9+
110/*
211 * A minimal program to serve an SSL connection. It uses blocking. It use the
312 * SSL_CONF API with the command line. cc -I../../include server-arg.c
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
3+ *
4+ * Licensed under the OpenSSL license (the "License"). You may not use
5+ * this file except in compliance with the License. You can obtain a copy
6+ * in the file LICENSE in the source distribution or at
7+ * https://www.openssl.org/source/license.html
8+ */
9+
110/*
211 * A minimal TLS server it ses SSL_CTX_config and a configuration file to
312 * set most server parameters.
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
3+ *
4+ * Licensed under the OpenSSL license (the "License"). You may not use
5+ * this file except in compliance with the License. You can obtain a copy
6+ * in the file LICENSE in the source distribution or at
7+ * https://www.openssl.org/source/license.html
8+ */
9+
110/*
211 * A minimal program to serve an SSL connection. It uses blocking. It uses
312 * the SSL_CONF API with a configuration file. cc -I../../include saccept.c
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved.
3+ *
4+ * Licensed under the OpenSSL license (the "License"). You may not use
5+ * this file except in compliance with the License. You can obtain a copy
6+ * in the file LICENSE in the source distribution or at
7+ * https://www.openssl.org/source/license.html
8+ */
9+
110/* Simple S/MIME compress example */
211#include <openssl/pem.h>
312#include <openssl/cms.h>
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved.
3+ *
4+ * Licensed under the OpenSSL license (the "License"). You may not use
5+ * this file except in compliance with the License. You can obtain a copy
6+ * in the file LICENSE in the source distribution or at
7+ * https://www.openssl.org/source/license.html
8+ */
9+
110/*
211 * S/MIME detached data decrypt example: rarely done but should the need
312 * arise this is an example....
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved.
3+ *
4+ * Licensed under the OpenSSL license (the "License"). You may not use
5+ * this file except in compliance with the License. You can obtain a copy
6+ * in the file LICENSE in the source distribution or at
7+ * https://www.openssl.org/source/license.html
8+ */
9+
110/* Simple S/MIME decryption example */
211#include <openssl/pem.h>
312#include <openssl/cms.h>
You can’t perform that action at this time.
0 commit comments